diff options
Diffstat (limited to 'devel/libsigc++12/Makefile')
-rw-r--r-- | devel/libsigc++12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 8ee50685cf3d..86c70ce03dd1 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsigc++ PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -24,6 +25,6 @@ USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes .include <bsd.port.mk> |