From 03cf175aecc13bd0e3c3c501fb933a7fbeac6922 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 4 Sep 2013 20:58:21 +0000 Subject: 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) --- lang/squeak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/squeak') 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 @@ -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 -- cgit v1.2.3