Date: Sat, 3 Aug 2013 09:32:32 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324185 - head/lang/swi-pl Message-ID: <201308030932.r739WWl7057947@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Aug 3 09:32:32 2013 New Revision: 324185 URL: http://svnweb.freebsd.org/changeset/ports/324185 Log: Explicitly disable hidden dependency Reported by: cpghost <cpghost@cordula.ws> Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Sat Aug 3 09:31:17 2013 (r324184) +++ head/lang/swi-pl/Makefile Sat Aug 3 09:32:32 2013 (r324185) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308030932.r739WWl7057947>