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/esound | |
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/esound')
-rw-r--r-- | audio/esound/Makefile | 3 | ||||
-rw-r--r-- | audio/esound/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f72085917a78..36d3511ff26c 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -7,6 +7,7 @@ PORTNAME= esound PORTVERSION= 0.2.36 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -21,7 +22,7 @@ USE_BZIP2= yes USE_GNOME= gnometarget gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GETOPT_LONG=yes CONFLICTS= py*-ro-[0-9]* diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist index abff241079d2..6d443432f153 100644 --- a/audio/esound/pkg-plist +++ b/audio/esound/pkg-plist @@ -14,9 +14,11 @@ etc/esd.conf.default @exec [ -f %B/esd.conf ] || cp %B/%f %B/esd.conf include/esd.h lib/libesd.a +lib/libesd.la lib/libesd.so lib/libesd.so.2 lib/libesddsp.a +lib/libesddsp.la lib/libesddsp.so lib/libesddsp.so.2 libdata/pkgconfig/esound.pc |