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/wxgtk26-contrib/Makefile | |
parent | mark it BROKEN (diff) |
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
Diffstat (limited to 'x11-toolkits/wxgtk26-contrib/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26-contrib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile index 4c36af733fab..1eba77011e9f 100644 --- a/x11-toolkits/wxgtk26-contrib/Makefile +++ b/x11-toolkits/wxgtk26-contrib/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: wxgtk2-contrib-devel +# New ports collection makefile for: wxgtk26-contrib # Date created: June 27, 2004 # Whom: fjoe@FreeBSD.ORG # @@ -6,9 +6,9 @@ # MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (devel version) +COMMENT= The wxWidgets GUI toolkit contributed libraries WXGTK_FLAVOR= gtk2-contrib -MASTERDIR= ${.CURDIR}/../wxgtk2-devel +MASTERDIR= ${.CURDIR}/../wxgtk26 .include "${MASTERDIR}/Makefile" |