diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-14 10:58:54 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-14 10:58:54 +0000 |
commit | 0bb98e36ab38f6fdd92bc279097567176806ee4b (patch) | |
tree | b0a50e3a16f5a71aa9ed73c761e15f7a2c3176a7 /x11-toolkits/gtkmm24/Makefile | |
parent | Add xine 0.2.2, a MPEG-1/2 player. (diff) |
Add --with-sigc-prefix
Submitted by: Warner Losh <imp@village.org>
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-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 96df7a9ef4e8..c2f2133252b5 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} |