aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
commit110f3583b678bf22fb94d6d1f280cbd2a352e957 (patch)
tree8d9949ca6c69df96c0d2fd758409b3e4417976d0 /audio/libvorbis
parent3ddccf34d69359716acf90c1ac08a369dd35df15 (diff)
downloadports-110f3583b678bf22fb94d6d1f280cbd2a352e957.tar.gz
ports-110f3583b678bf22fb94d6d1f280cbd2a352e957.zip
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
Notes
Notes: svn path=/head/; revision=328096
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index f96554d0eee2..bab676578378 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -11,10 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Audio compression codec library
-LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
USES= pathfix
-NO_STAGE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_XZ= yes