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:
Mario Sergio Fujikawa Ferreira 2005-10-02 08:21:42 +00:00
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

View file

@ -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

View 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"

View 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"