diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 20:58:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 20:58:21 +0000 |
commit | 03cf175aecc13bd0e3c3c501fb933a7fbeac6922 (patch) | |
tree | 801d87feab2fe415f28fed9c0fee676b7da5cb31 /lang/squeak | |
parent | d5c1f6b41882c1378eb3e8f404dcc5c79a1f9ac7 (diff) | |
download | ports-03cf175aecc13bd0e3c3c501fb933a7fbeac6922.tar.gz ports-03cf175aecc13bd0e3c3c501fb933a7fbeac6922.zip |
Notes
Diffstat (limited to 'lang/squeak')
-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 |