diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-08-03 09:32:32 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-08-03 09:32:32 +0000 |
commit | ee1f66eac6d8820b0a4bfc72f31485916b4196b0 (patch) | |
tree | f26a70486f499d387ef99fa2ee0cc7b8372a578f /lang/swi-pl/Makefile | |
parent | c9a246fbaf0c9ce7ef0ebf6febd9580c21283a8d (diff) | |
download | ports-ee1f66eac6d8820b0a4bfc72f31485916b4196b0.tar.gz ports-ee1f66eac6d8820b0a4bfc72f31485916b4196b0.zip |
Notes
Diffstat (limited to 'lang/swi-pl/Makefile')
-rw-r--r-- | lang/swi-pl/Makefile | 3 |
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} |