summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-10-14 10:58:54 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-10-14 10:58:54 +0000
commit0bb98e36ab38f6fdd92bc279097567176806ee4b (patch)
treeb0a50e3a16f5a71aa9ed73c761e15f7a2c3176a7 /x11-toolkits/gtkmm30
parentAdd xine 0.2.2, a MPEG-1/2 player. (diff)
Add --with-sigc-prefix
Submitted by: Warner Losh <imp@village.org>
Notes
Notes: svn path=/head/; revision=33817
Diffstat (limited to 'x11-toolkits/gtkmm30')
-rw-r--r--x11-toolkits/gtkmm30/Makefile4
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}