diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:31:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:31:41 +0000 |
commit | 0f450b92f67665a0c1798788c56d20a4576a3eac (patch) | |
tree | 72454119223ee587590b174eea69df607f9a6f37 /x11-toolkits/guile-gtk | |
parent | 9e5af5c090b05d1ffc248a57d865c316d73f78df (diff) | |
download | ports-0f450b92f67665a0c1798788c56d20a4576a3eac.tar.gz ports-0f450b92f67665a0c1798788c56d20a4576a3eac.zip |
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
Notes
Notes:
svn path=/head/; revision=73015
Diffstat (limited to 'x11-toolkits/guile-gtk')
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 5784e4e41667..fea8f2ca3463 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 |