aboutsummaryrefslogtreecommitdiffstats
path: root/lang/swi-pl
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2013-08-03 17:32:32 +0800
committerjohans <johans@FreeBSD.org>2013-08-03 17:32:32 +0800
commitd5c24bcb9c7c678eb2548e672a578cfa8603b298 (patch)
treef26a70486f499d387ef99fa2ee0cc7b8372a578f /lang/swi-pl
parenta21518e047d0ef0077064d89b3fccffaecc82c44 (diff)
downloadfreebsd-ports-gnome-d5c24bcb9c7c678eb2548e672a578cfa8603b298.tar.gz
freebsd-ports-gnome-d5c24bcb9c7c678eb2548e672a578cfa8603b298.tar.zst
freebsd-ports-gnome-d5c24bcb9c7c678eb2548e672a578cfa8603b298.zip
Explicitly disable hidden dependency
Reported by: cpghost <cpghost@cordula.ws>
Diffstat (limited to 'lang/swi-pl')
-rw-r--r--lang/swi-pl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile
index 1986eda0a474..5f67238044bd 100644
--- a/lang/swi-pl/Makefile
+++ b/lang/swi-pl/Makefile
@@ -35,7 +35,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L}
CONFIGURE_TARGET= ${ARCH}-${OPSYS:L}
CONFIGURE_ARGS= --with-world --without-jpl
-MAKE_ARGS= DISABLE_PKGS="jpl"
+MAKE_ARGS= DISABLE_PKGS=jpl \
+ ac_cv_lib_ossp_uuid_uuid_create=no ac_cv_lib_uuid_uuid_create=no
PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L}