diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-22 13:43:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-22 13:43:32 +0800 |
commit | e38cfbaec572130bd65be7eb032f9c496076839d (patch) | |
tree | bfe3d3d0ecec4c322305e000445d6161a20098d3 /lang | |
parent | c60e6ccda95a6bbdc51dfc52fbb244e5cdbedbfd (diff) | |
download | freebsd-ports-gnome-e38cfbaec572130bd65be7eb032f9c496076839d.tar.gz freebsd-ports-gnome-e38cfbaec572130bd65be7eb032f9c496076839d.tar.zst freebsd-ports-gnome-e38cfbaec572130bd65be7eb032f9c496076839d.zip |
Allow building on all versions of powerpc.
While here, pet portlint.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-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 ebc2df7b7540..5310143a4041 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -21,6 +21,8 @@ COMMENT= Full Smalltalk 80 with portability to Unix, Mac, and Windows LICENSE= APACHE20 MIT LICENSE_COMB= multi +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpcspe + BUILD_DEPENDS= cmake:devel/cmake \ v4l_compat>=1.0.20120501:multimedia/v4l_compat LIB_DEPENDS= libaudio.so:audio/nas \ @@ -29,8 +31,6 @@ LIB_DEPENDS= libaudio.so:audio/nas \ libpulse-simple.so:audio/pulseaudio \ libv4l2.so:multimedia/libv4l -ONLY_FOR_ARCHS= amd64 i386 powerpc - USES= pkgconfig USE_GNOME= cairo pango USE_GL= gl |