aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/guile-gtk
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-05-15 00:40:36 +0800
committerade <ade@FreeBSD.org>2001-05-15 00:40:36 +0800
commit4a70fe12aaee285b671d007da43ba62b1d674f4c (patch)
tree5fd4b37982743d340de8bfea83602011d644dec1 /x11-toolkits/guile-gtk
parent7932df5d9601335ff187586958fc85f4285b60fd (diff)
downloadfreebsd-ports-graphics-4a70fe12aaee285b671d007da43ba62b1d674f4c.tar.gz
freebsd-ports-graphics-4a70fe12aaee285b671d007da43ba62b1d674f4c.tar.zst
freebsd-ports-graphics-4a70fe12aaee285b671d007da43ba62b1d674f4c.zip
Fix build with pkgconfig installed
Submitted by: many people
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 5a661b06f54..5b20bd3a886 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>