diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/twolame | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 3 | ||||
-rw-r--r-- | audio/twolame/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 9e8c1a46c7e9..bf9adf1276a9 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -7,6 +7,7 @@ PORTNAME= twolame PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.ecs.soton.ac.uk/~njh/twolame/ @@ -17,7 +18,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes MAN1= twolame.1 diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist index 4e3a62ed4a9d..0cd180115e02 100644 --- a/audio/twolame/pkg-plist +++ b/audio/twolame/pkg-plist @@ -1,6 +1,7 @@ bin/twolame include/twolame.h lib/libtwolame.a +lib/libtwolame.la lib/libtwolame.so lib/libtwolame.so.0 libdata/pkgconfig/twolame.pc |