diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-07 13:00:53 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-07 13:00:53 +0800 |
commit | c39ce23352d02c4557606f25646d59f77d593feb (patch) | |
tree | 7e639d9b9d1da417613240d07fc48fcdd139b524 /x11-toolkits/py-wxPython28-common/Makefile | |
parent | b335fd887646e0d0f44d1481f7390e90d176de31 (diff) | |
download | freebsd-ports-gnome-c39ce23352d02c4557606f25646d59f77d593feb.tar.gz freebsd-ports-gnome-c39ce23352d02c4557606f25646d59f77d593feb.tar.zst freebsd-ports-gnome-c39ce23352d02c4557606f25646d59f77d593feb.zip |
x11-toolkits/py-wxPython26:
PORTREVISION= -> PORTREVISION?= for slave port.
x11-toolkits/py-wxPython26-common:
Fix the plist to catch up with 2.6.3.0, bump the PORTREVISION.
Reported by: krismail
Approved by: Neal Nelson <neal@nelson.name> (maintainer)
Diffstat (limited to 'x11-toolkits/py-wxPython28-common/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython28-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile index 5f4917972ed9..623942942466 100644 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ b/x11-toolkits/py-wxPython28-common/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + WITH_COMMON_ONLY= yes MASTERDIR= ${.CURDIR}/../py-wxPython26 |