diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-13 01:45:30 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-13 01:45:30 +0800 |
commit | 8042e6ea5d97f9fb6a5181a58a8a0e758af39392 (patch) | |
tree | 4facc960aaefa092a5f31ef5eb5e8c88e2b6523d /x11-toolkits/wxgtk29-contrib-common/Makefile | |
parent | edacad0e4e492a9d385c5db52a3b68d88868e5d6 (diff) | |
download | freebsd-ports-gnome-8042e6ea5d97f9fb6a5181a58a8a0e758af39392.tar.gz freebsd-ports-gnome-8042e6ea5d97f9fb6a5181a58a8a0e758af39392.tar.zst freebsd-ports-gnome-8042e6ea5d97f9fb6a5181a58a8a0e758af39392.zip |
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/wxgtk29-contrib-common/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29-contrib-common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk29-contrib-common/Makefile b/x11-toolkits/wxgtk29-contrib-common/Makefile index 8a04a418aff9..58d6c54ebe6c 100644 --- a/x11-toolkits/wxgtk29-contrib-common/Makefile +++ b/x11-toolkits/wxgtk29-contrib-common/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: wxgtk2-contrib-common-devel +# New ports collection makefile for: wxgtk26-contrib-common # 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, common files) +COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) WXGTK_FLAVOR= gtk2-contrib-common -MASTERDIR= ${.CURDIR}/../wxgtk2-devel +MASTERDIR= ${.CURDIR}/../wxgtk26 .include "${MASTERDIR}/Makefile" |