aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-10-14 18:58:54 +0800
committernakai <nakai@FreeBSD.org>2000-10-14 18:58:54 +0800
commit93997107760abbda87f4f1cd2b008f1786560292 (patch)
tree96f93c0356d29c35f435b0e58715002ff0793ce4 /x11-toolkits
parent7c86c7798231f8cece79a4f79e96e549c0e8c349 (diff)
downloadfreebsd-ports-gnome-93997107760abbda87f4f1cd2b008f1786560292.tar.gz
freebsd-ports-gnome-93997107760abbda87f4f1cd2b008f1786560292.tar.zst
freebsd-ports-gnome-93997107760abbda87f4f1cd2b008f1786560292.zip
Add --with-sigc-prefix
Submitted by: Warner Losh <imp@village.org>
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk--/Makefile4
-rw-r--r--x11-toolkits/gtk--2/Makefile4
-rw-r--r--x11-toolkits/gtkmm12/Makefile4
-rw-r--r--x11-toolkits/gtkmm20/Makefile4
-rw-r--r--x11-toolkits/gtkmm24/Makefile4
-rw-r--r--x11-toolkits/gtkmm30/Makefile4
6 files changed, 18 insertions, 6 deletions
diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile
index 96df7a9ef4e8..c2f2133252b5 100644
--- a/x11-toolkits/gtk--/Makefile
+++ b/x11-toolkits/gtk--/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}
diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile
index 96df7a9ef4e8..c2f2133252b5 100644
--- a/x11-toolkits/gtk--2/Makefile
+++ b/x11-toolkits/gtk--2/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}
diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile
index 96df7a9ef4e8..c2f2133252b5 100644
--- a/x11-toolkits/gtkmm12/Makefile
+++ b/x11-toolkits/gtkmm12/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}
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
index 96df7a9ef4e8..c2f2133252b5 100644
--- a/x11-toolkits/gtkmm20/Makefile
+++ b/x11-toolkits/gtkmm20/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}
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}
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}