aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/guile-gtk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-14 16:40:36 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-14 16:40:36 +0000
commitb7eda93ad3d3710c363d04a7a5d959a7df5bea8b (patch)
tree44f6d0423eefb0a021673e1662befd35967ef9b2 /x11-toolkits/guile-gtk
parentfeb442a8bf06f851cab761d7de87812b15d2cee7 (diff)
downloadports-b7eda93ad3d3710c363d04a7a5d959a7df5bea8b.tar.gz
ports-b7eda93ad3d3710c363d04a7a5d959a7df5bea8b.zip
Notes
Diffstat (limited to 'x11-toolkits/guile-gtk')
-rw-r--r--x11-toolkits/guile-gtk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index 5a661b06f54d..5b20bd3a8863 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= guile-gtk
PORTVERSION= 0.20
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
@@ -22,6 +23,6 @@ USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib" HAVE_PKG_CONFIG="no"
.include <bsd.port.mk>