aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:27:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:59:40 +0000
commita1b3cb1191a26741909033d23c22656f924adfed (patch)
treefd82f7c41f6202cc5702ebdae8c710d596966e85
parentd3072779fe8d343040005b31db2575d9af793d98 (diff)
downloadports-a1b3cb1191a26741909033d23c22656f924adfed.tar.gz
ports-a1b3cb1191a26741909033d23c22656f924adfed.zip
audio/libmad: Cosmetic change
-rw-r--r--audio/libmad/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
index c4ae82d8d7bf..2e129133062e 100644
--- a/audio/libmad/Makefile
+++ b/audio/libmad/Makefile
@@ -11,20 +11,21 @@ COMMENT= Libmad library (part of MAD project)
LICENSE= GPLv2
-OPTIONS_DEFINE= SPEED
-SPEED_DESC= Optimize for speed over accuracy
+USES= cpe libtool
CONFIGURE_ARGS= --disable-debugging --enable-sso
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USES= cpe libtool
-
-CPE_VENDOR= underbit
SUB_LIST= VERSION=${PORTVERSION}
SUB_FILES= mad.pc
+CPE_VENDOR= underbit
+
+OPTIONS_DEFINE= SPEED
+SPEED_DESC= Optimize for speed over accuracy
+
SPEED_CONFIGURE_ON= --enable-speed
SPEED_CONFIGURE_OFF= --enable-accuracy