aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-13 12:31:41 +0800
committermarcus <marcus@FreeBSD.org>2003-01-13 12:31:41 +0800
commit23eaa931631d14f428c5ec67182f8876ee11b4e9 (patch)
tree2779239a01f3415f9f9c8ff8c664afef36c43f79
parent4e9968e41017e64176dbd9ea41f8f2b9e312dcce (diff)
downloadfreebsd-ports-graphics-23eaa931631d14f428c5ec67182f8876ee11b4e9.tar.gz
freebsd-ports-graphics-23eaa931631d14f428c5ec67182f8876ee11b4e9.tar.zst
freebsd-ports-graphics-23eaa931631d14f428c5ec67182f8876ee11b4e9.zip
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
-rw-r--r--x11-toolkits/guile-gnome/Makefile3
-rw-r--r--x11-toolkits/guile-gtk/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile
index c840396dda4..d447c9b3a28 100644
--- a/x11-toolkits/guile-gnome/Makefile
+++ b/x11-toolkits/guile-gnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile-gnome
PORTVERSION= 0.20
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
@@ -17,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
+USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix bonobo gtkhtml libglade
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index 5784e4e4166..fea8f2ca346 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile-gtk
PORTVERSION= 0.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
@@ -19,6 +19,7 @@ LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
+USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes