diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-23 11:21:20 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-23 11:21:20 +0800 |
commit | 154a1a996d90cd3a602c227b816a46b93745da36 (patch) | |
tree | c0fe3b4a68eca2f84e1f939d8b6713adb4c87c7c /graphics | |
parent | e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81 (diff) | |
download | freebsd-ports-gnome-154a1a996d90cd3a602c227b816a46b93745da36.tar.gz freebsd-ports-gnome-154a1a996d90cd3a602c227b816a46b93745da36.tar.zst freebsd-ports-gnome-154a1a996d90cd3a602c227b816a46b93745da36.zip |
- unbreak build single -> radio
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/squish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 11b7e4d55d2b..0b52972d4f6a 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -14,9 +14,10 @@ USE_GMAKE= YES PLIST_FILES= include/squish.h \ lib/libsquish.a -OPTIONS_SINGLE= SG1 -OPTIONS_SINGLE_SG1= ALTIVEC SSE +OPTIONS_RADIO= RG1 +OPTIONS_RADIO_RG1= ALTIVEC SSE ALTIVEC_DESC= Use Altivec instructions +RG1_DESC= Optimizations Selection .include <bsd.port.options.mk> |