diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-05 15:29:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-05 15:29:37 +0000 |
commit | 1045883299aa384276d60ff2c3ad394d1a2607f6 (patch) | |
tree | 1d50e1d55fb46c2254ac83946e6d6cf20afa22f0 /audio/libmad | |
parent | bad8aaf09c41e669973d670b19e9de1a59105a5b (diff) |
- Use USES=libtool
Notes
Notes:
svn path=/head/; revision=342718
Diffstat (limited to 'audio/libmad')
-rw-r--r-- | audio/libmad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index a479f8dcf6af..cd0741575003 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -15,8 +15,8 @@ SPEED_DESC= Optimize for speed over accuracy CONFIGURE_ARGS= --disable-debugging --enable-sso GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +USES= libtool SUB_LIST= VERSION=${PORTVERSION} SUB_FILES= mad.pc |