aboutsummaryrefslogtreecommitdiff
path: root/audio/celt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 13:20:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 13:20:58 +0000
commitb5e0edaed6fe10c1c134f7ae56172dfa2b04d899 (patch)
tree472e57bcd686a198cfd48be32f61bfdd2f495cde /audio/celt
parentf6eba986d76eac706110bae1aa9ddf4c9fbcdb40 (diff)
downloadports-b5e0edaed6fe10c1c134f7ae56172dfa2b04d899.tar.gz
ports-b5e0edaed6fe10c1c134f7ae56172dfa2b04d899.zip
Allow staging + modernize LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=328000
Diffstat (limited to 'audio/celt')
-rw-r--r--audio/celt/Makefile3
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>