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/gtkmm30 | |
parent | 81e781a92cb50d8afbc9a58148656241be06ed8e (diff) | |
download | ports-0bb98e36ab38f6fdd92bc279097567176806ee4b.tar.gz ports-0bb98e36ab38f6fdd92bc279097567176806ee4b.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkmm30')
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 96df7a9ef4e8..c2f2133252b5 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/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} |