summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-04 20:58:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-04 20:58:21 +0000
commit03cf175aecc13bd0e3c3c501fb933a7fbeac6922 (patch)
tree801d87feab2fe415f28fed9c0fee676b7da5cb31 /lang/squeak
parentMark it deprecated: Varnish 2 is de facto EOL, no update since january (diff)
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)
Notes
Notes: svn path=/head/; revision=326322
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 8ce790f4a2d4..6b76e07f5694 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -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