diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-05 23:29:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-05 23:29:37 +0800 |
commit | 9ffefe2535643f805c1cd6536d8d200f3c08c449 (patch) | |
tree | 1d50e1d55fb46c2254ac83946e6d6cf20afa22f0 | |
parent | ea232c5b26c3e74ad9986631efc89b232e14ceed (diff) | |
download | freebsd-ports-gnome-9ffefe2535643f805c1cd6536d8d200f3c08c449.tar.gz freebsd-ports-gnome-9ffefe2535643f805c1cd6536d8d200f3c08c449.tar.zst freebsd-ports-gnome-9ffefe2535643f805c1cd6536d8d200f3c08c449.zip |
- Use USES=libtool
-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 |