Date: Wed, 4 Sep 2013 20:58:21 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326322 - head/lang/squeak Message-ID: <201309042058.r84KwLl8049342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 4 20:58:21 2013 New Revision: 326322 URL: http://svnweb.freebsd.org/changeset/ports/326322 Log: Drop USE_GMAKE, it doesn't work and is not necessary Add an explicit dependency on pkgconf (needed for plugin detection) Approved by: portmgr (bapt) Modified: head/lang/squeak/Makefile Modified: head/lang/squeak/Makefile ============================================================================== --- head/lang/squeak/Makefile Wed Sep 4 20:46:54 2013 (r326321) +++ head/lang/squeak/Makefile Wed Sep 4 20:58:21 2013 (r326322) @@ -38,6 +38,7 @@ SVNVERSION= 2614 IMAGEVERSION= 4.3 SQUEAK_SRC= SqueakV41.sources SQUEAK_LIB_DIR= ${PORTVERSION}-${SVNVERSION} +USES= pkgconfig .include <bsd.port.pre.mk> @@ -46,7 +47,6 @@ DIST_SUBDIR= squeak ONLY_FOR_ARCHS= i386 amd64 MAN1= squeak.1 USE_GCC= 4.2+ -USE_GMAKE= yes USE_GL= gl HAS_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042058.r84KwLl8049342>