diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-02 11:11:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-02 11:11:46 +0800 |
commit | 4ecc592ba58e78b2b1402682beed986f14398a14 (patch) | |
tree | fc3488e041edf3f88006ccd1b7ad66770cc53563 /x11-toolkits/wxgtk26/Makefile | |
parent | d8438e93a47779e30c02f48a08702579b71fb50a (diff) | |
download | marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar.gz marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar.bz2 marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar.lz marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar.xz marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.tar.zst marcuscom-ports-4ecc592ba58e78b2b1402682beed986f14398a14.zip |
Sync w/ offical ports tree by update it to 2.6.1, a same hack is still need.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4674 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 716a7a353..409de50b9 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.6.0 -PORTREVISION?= 2 +PORTVERSION= 2.6.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -66,7 +65,6 @@ INSTALLS_SHLIB= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" -.if ${WXGTK_FLAVOR} != "gtk2-contrib-utils" BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -86,7 +84,6 @@ pre-configure: -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common -.endif # !gtk2-contrib-utils .endif # *-contrib* post-patch: |