summaryrefslogtreecommitdiff
path: root/audio
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
parentSince I'm the maintainer of other vaporware already like staroffice, (diff)
Properly mark installation of shared libs.
Submitted by: will
Diffstat (limited to 'audio')
-rw-r--r--audio/libogg/Makefile2
-rw-r--r--audio/libvorbis/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index 6b6055eeca74..238b33740858 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libogg
PORTVERSION= 1.0.r3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
@@ -17,6 +18,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= naddy@FreeBSD.org
GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""
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=""