summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-15 06:50:01 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-15 06:50:01 +0000
commit1763e18dc72c3ed6c2e594ad29b4e02c1dc162a6 (patch)
treeb758e2399fa328fa91d01bd3971b5746ffe7b8eb /x11-toolkits
parentUpdate to version 0.3.1. Reroll the patch for FreeBSD so it works (diff)
Move the USE_X_PREFIX up a few lines so it actually gets used.
PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Notes
Notes: svn path=/head/; revision=20733
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk--/Makefile5
-rw-r--r--x11-toolkits/gtk--2/Makefile5
-rw-r--r--x11-toolkits/gtkmm12/Makefile5
-rw-r--r--x11-toolkits/gtkmm20/Makefile5
-rw-r--r--x11-toolkits/gtkmm24/Makefile5
-rw-r--r--x11-toolkits/gtkmm30/Makefile5
6 files changed, 18 insertions, 12 deletions
diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtk--/Makefile
+++ b/x11-toolkits/gtk--/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \
diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtk--2/Makefile
+++ b/x11-toolkits/gtk--2/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \
diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtkmm12/Makefile
+++ b/x11-toolkits/gtkmm12/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtkmm20/Makefile
+++ b/x11-toolkits/gtkmm20/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index 4b3dfc6b2bcc..0d327a125976 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $
+# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $
#
DISTNAME= Gtk---1.0.0
@@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
@@ -26,7 +28,6 @@ CC= egcc
CXX= eg++
.endif
-USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes \