aboutsummaryrefslogtreecommitdiff
path: root/audio/faad/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-29 09:40:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-29 09:40:29 +0000
commitc13a9158ee5ad84d47e5d6e136b48796d697485b (patch)
tree0af3ccb96779a14ca6ebe848417bea745997bb78 /audio/faad/Makefile
parent76241c78cc124d5b8e99afb6fdd091c52b13e397 (diff)
downloadports-c13a9158ee5ad84d47e5d6e136b48796d697485b.tar.gz
ports-c13a9158ee5ad84d47e5d6e136b48796d697485b.zip
- Switch to USES=localbase
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=518638
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r--audio/faad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index fcb6b7d082d6..6b370873d456 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -13,12 +13,11 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf gmake libtool
+USES= autoreconf gmake libtool localbase:ldflags
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -lpthread -L${LOCALBASE}/lib
+LDFLAGS+= -lpthread
USE_LDCONFIG= yes
post-extract: