aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-05-23 11:21:20 +0800
committerjgh <jgh@FreeBSD.org>2013-05-23 11:21:20 +0800
commit154a1a996d90cd3a602c227b816a46b93745da36 (patch)
treec0fe3b4a68eca2f84e1f939d8b6713adb4c87c7c /graphics
parente1d0be78bcd1af5cd34df68a70b38c1bcbc71f81 (diff)
downloadfreebsd-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/Makefile5
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>