svn commit: r326322 - head/lang/squeak
Antoine Brodin
antoine at FreeBSD.org
Wed Sep 4 20:58:21 UTC 2013
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
More information about the svn-ports-head
mailing list