diff options
Diffstat (limited to 'x11-toolkits/wxgtk29-unicode/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29-unicode/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/wxgtk29-unicode/Makefile b/x11-toolkits/wxgtk29-unicode/Makefile index dd89483e1c61..049949a2ab60 100644 --- a/x11-toolkits/wxgtk29-unicode/Makefile +++ b/x11-toolkits/wxgtk29-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" |