aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-01-27 12:50:50 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-01-27 12:50:50 +0000
commit7dbf65c308c631feb8f90dc5ae2c47f58d8d2d48 (patch)
treebac715a4586e0c926a6d5aef317a642118a61da7 /audio/libvorbis
parent0bbff8f4b952111dd934d790df311d1e455df07c (diff)
downloadports-7dbf65c308c631feb8f90dc5ae2c47f58d8d2d48.tar.gz
ports-7dbf65c308c631feb8f90dc5ae2c47f58d8d2d48.zip
Properly mark installation of shared libs.
Submitted by: will
Notes
Notes: svn path=/head/; revision=53841
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 905471824fc4..ec127a2fe312 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libvorbis
PORTVERSION= 1.0.r3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
@@ -20,6 +21,7 @@ LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
+INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""