diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 03:23:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 03:23:52 +0800 |
commit | f202cd23d59c4ddd3acdda4d16fa3a2729a7d2cf (patch) | |
tree | 5ea43c682316d464e75e942a56e8aebbee0144c1 /x11-toolkits | |
parent | cdf9dd02526d35813bf26739dc78f440501bbd37 (diff) | |
download | freebsd-ports-gnome-f202cd23d59c4ddd3acdda4d16fa3a2729a7d2cf.tar.gz freebsd-ports-gnome-f202cd23d59c4ddd3acdda4d16fa3a2729a7d2cf.tar.zst freebsd-ports-gnome-f202cd23d59c4ddd3acdda4d16fa3a2729a7d2cf.zip |
- Drop .la files for archivers/libmspack, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk30/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 0aa64a037878..4997910cfa20 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -3,7 +3,7 @@ PORTNAME= wx PORTVERSION= 2.8.12 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 28-${WXGTK_FLAVOR} diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index cb83d301bf17..f4b6778d8245 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -2,6 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.1 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 30-gtk2 |