diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
commit | 54c086c129c88d664ff3008d1336164547b80e66 (patch) | |
tree | cd5089fa2b5950af1a9f7fac449022ee5be052d2 /x11-toolkits/wxgtk28-unicode/Makefile | |
parent | 4127db8881b063278c60e869405dc73a653ee59b (diff) |
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
Notes
Notes:
svn path=/head/; revision=135144
Diffstat (limited to 'x11-toolkits/wxgtk28-unicode/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk28-unicode/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/wxgtk28-unicode/Makefile b/x11-toolkits/wxgtk28-unicode/Makefile index dd89483e1c61..049949a2ab60 100644 --- a/x11-toolkits/wxgtk28-unicode/Makefile +++ b/x11-toolkits/wxgtk28-unicode/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: wxgtk2-unicode-contrib-devel +# New ports collection makefile for: wxgtk26-unicode # Date created: June 27, 2004 # Whom: fjoe@FreeBSD.ORG # # $FreeBSD$ # -PORTREVISION= 2 - MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (devel version, Unicode) - -CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2* +COMMENT= The wxWidgets GUI toolkit (Unicode) -WXGTK_FLAVOR= gtk2-unicode-contrib -MASTERDIR= ${.CURDIR}/../wxgtk2-devel +WXGTK_FLAVOR= gtk2-unicode +MASTERDIR= ${.CURDIR}/../wxgtk26 .include "${MASTERDIR}/Makefile" |