o A slave port of x11-toolkits/py-wxPython26 that builds a unicode
version of it o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer of the master port
This commit is contained in:
parent
53f45c3b98
commit
f90cba4a2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143957
3 changed files with 25 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
|||
SUBDIR += py-wxPython24
|
||||
SUBDIR += py-wxPython26
|
||||
SUBDIR += py-wxPython26-common
|
||||
SUBDIR += py-wxPython26-unicode
|
||||
SUBDIR += py-xlib
|
||||
SUBDIR += qscintilla
|
||||
SUBDIR += qt145
|
||||
|
|
12
x11-toolkits/py-wxPython26-unicode/Makefile
Normal file
12
x11-toolkits/py-wxPython26-unicode/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: wxPython unicode
|
||||
# Date created: Fri Sep 2 03:37:23 UTC 2005
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
WITH_UNICODE= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-wxPython26
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
12
x11-toolkits/py-wxPython28-unicode/Makefile
Normal file
12
x11-toolkits/py-wxPython28-unicode/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: wxPython unicode
|
||||
# Date created: Fri Sep 2 03:37:23 UTC 2005
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
WITH_UNICODE= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-wxPython26
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue