diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 21:20:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 21:20:58 +0800 |
commit | a128055a3aba1b5c9c23d2bebcedb47a5688457e (patch) | |
tree | 472e57bcd686a198cfd48be32f61bfdd2f495cde /audio | |
parent | 64a62ef4406b4802c341f026b1b090dd879ecced (diff) | |
download | freebsd-ports-gnome-a128055a3aba1b5c9c23d2bebcedb47a5688457e.tar.gz freebsd-ports-gnome-a128055a3aba1b5c9c23d2bebcedb47a5688457e.tar.zst freebsd-ports-gnome-a128055a3aba1b5c9c23d2bebcedb47a5688457e.zip |
Allow staging + modernize LIB_DEPENDS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/celt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index a91ad6f6f5a7..e9964234123b 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -13,12 +13,11 @@ COMMENT= The CELT ultra-low delay audio codec LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} USE_LDCONFIG= yes USES= gmake pathfix -NO_STAGE= yes .include <bsd.port.mk> |