diff options
Diffstat (limited to 'x11-toolkits/wxgtk26-common/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26-common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk26-common/Makefile b/x11-toolkits/wxgtk26-common/Makefile index f4f2545..1bdbb9c 100644 --- a/x11-toolkits/wxgtk26-common/Makefile +++ b/x11-toolkits/wxgtk26-common/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: wxgtk2-common-devel +# New ports collection makefile for: wxgtk26-common # Date created: June 27, 2004 # Whom: fjoe@FreeBSD.ORG # @@ -6,9 +6,9 @@ # MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit (devel version, common files) +COMMENT= The wxWidgets GUI toolkit (common files) WXGTK_FLAVOR= gtk2-common -MASTERDIR= ${.CURDIR}/../wxgtk2-devel +MASTERDIR= ${.CURDIR}/../wxgtk26 .include "${MASTERDIR}/Makefile" |