diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-27 00:05:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-27 00:05:15 +0000 |
commit | 3d4e0b20c483eca2e3b74874c731751e3084b5af (patch) | |
tree | be2613530b2f8b49bbe8243c485a623231449a11 /lang/squeak | |
parent | 85da5555a643924a886cf6eddbcdcedefdf8ebd8 (diff) | |
download | ports-3d4e0b20c483eca2e3b74874c731751e3084b5af.tar.gz ports-3d4e0b20c483eca2e3b74874c731751e3084b5af.zip |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 78bd77af296f..ebc2df7b7540 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.squeakvm.org/unix/release/:vmsrc \ DISTFILES= Squeak-${VM_VERSION}-src${EXTRACT_SUFX}:vmsrc \ Squeak${IMAGE_FULL_VERSION}.zip:src \ ${SQUEAK_SRC}.zip:sqsrc -EXTRACT_ONLY= Squeak-${VM_VERSION}-src${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= Squeak-${VM_VERSION}-src${EXTRACT_SUFX} MAINTAINER= takeshi.mutoh@gmail.com COMMENT= Full Smalltalk 80 with portability to Unix, Mac, and Windows @@ -29,7 +29,7 @@ LIB_DEPENDS= libaudio.so:audio/nas \ libpulse-simple.so:audio/pulseaudio \ libv4l2.so:multimedia/libv4l -ONLY_FOR_ARCHS= i386 amd64 powerpc +ONLY_FOR_ARCHS= amd64 i386 powerpc USES= pkgconfig USE_GNOME= cairo pango |