diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/libshout2 | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 3 | ||||
-rw-r--r-- | audio/libshout2/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index d40293659b15..b37df7c980aa 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libshout2 PORTVERSION= 2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ @@ -24,7 +25,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME+= pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFLICTS= libshout-1.0.7 USE_REINPLACE= yes diff --git a/audio/libshout2/pkg-plist b/audio/libshout2/pkg-plist index 2cc6322cb597..42db494b62e9 100644 --- a/audio/libshout2/pkg-plist +++ b/audio/libshout2/pkg-plist @@ -1,5 +1,6 @@ include/shout/shout.h lib/libshout.a +lib/libshout.la lib/libshout.so lib/libshout.so.5 libdata/pkgconfig/shout.pc |