diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-19 05:27:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-19 05:59:40 +0000 |
commit | a1b3cb1191a26741909033d23c22656f924adfed (patch) | |
tree | fd82f7c41f6202cc5702ebdae8c710d596966e85 | |
parent | d3072779fe8d343040005b31db2575d9af793d98 (diff) |
audio/libmad: Cosmetic change
-rw-r--r-- | audio/libmad/Makefile | 11 |
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 |