diff options
author | nakai <nakai@FreeBSD.org> | 2000-10-14 10:58:54 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-10-14 10:58:54 +0000 |
commit | 93997107760abbda87f4f1cd2b008f1786560292 (patch) | |
tree | 96f93c0356d29c35f435b0e58715002ff0793ce4 /x11-toolkits/gtkmm24 | |
parent | 7c86c7798231f8cece79a4f79e96e549c0e8c349 (diff) | |
download | FreeBSD-ports-93997107760abbda87f4f1cd2b008f1786560292.zip FreeBSD-ports-93997107760abbda87f4f1cd2b008f1786560292.tar.gz |
Add --with-sigc-prefix
Submitted by: Warner Losh <imp@village.org>
Diffstat (limited to 'x11-toolkits/gtkmm24')
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 96df7a9..c2f2133 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkmm PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +25,8 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome + --without-gnome \ + --with-sigc-prefix=${LOCALBASE} post-install: @${CAT} ${PKGMESSAGE} |