diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 04:58:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 04:58:21 +0800 |
commit | 7bfb729aef44ba9397452821b554364b19c0b31c (patch) | |
tree | 801d87feab2fe415f28fed9c0fee676b7da5cb31 /lang | |
parent | 1f172ac611f7dc2974dce13c8810fef9e2fbdcf9 (diff) | |
download | freebsd-ports-gnome-7bfb729aef44ba9397452821b554364b19c0b31c.tar.gz freebsd-ports-gnome-7bfb729aef44ba9397452821b554364b19c0b31c.tar.zst freebsd-ports-gnome-7bfb729aef44ba9397452821b554364b19c0b31c.zip |
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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak/Makefile | 2 |
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 |