aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2019-11-29 17:40:29 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2019-11-29 17:40:29 +0800
commitf140cb4a3627a15863fb4a10bd792d22374962e1 (patch)
tree0af3ccb96779a14ca6ebe848417bea745997bb78 /audio
parent4910d518b9f8285d167ec7dc6c3301827886b7fa (diff)
downloadfreebsd-ports-gnome-f140cb4a3627a15863fb4a10bd792d22374962e1.tar.gz
freebsd-ports-gnome-f140cb4a3627a15863fb4a10bd792d22374962e1.tar.zst
freebsd-ports-gnome-f140cb4a3627a15863fb4a10bd792d22374962e1.zip
- Switch to USES=localbase
- Update WWW Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r--audio/faad/Makefile5
-rw-r--r--audio/faad/pkg-descr2
2 files changed, 3 insertions, 4 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:
diff --git a/audio/faad/pkg-descr b/audio/faad/pkg-descr
index cf0577d25d11..91671ff169a7 100644
--- a/audio/faad/pkg-descr
+++ b/audio/faad/pkg-descr
@@ -4,4 +4,4 @@ FAAD2 is the fastest ISO AAC audio decoder available and can be used with
DRM (Digital Radio Mondiale), and supports HE (High Efficiency), Main,
LC, LD, LTP, PS (Parametric Stereo) AAC files.
-WWW: http://www.audiocoding.com/
+WWW: https://www.audiocoding.com/