diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-12 04:39:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-12 04:39:56 +0800 |
commit | 34a550e7f3c37eb8e236cc59ba9cf54b197891be (patch) | |
tree | cd5919a5521bbd9d279e09c5e96713b7556b7ac0 /misc/libsupertone | |
parent | 95a2fbb6dde422d7546edd4adfbe9d02e9ca014d (diff) | |
download | freebsd-ports-gnome-34a550e7f3c37eb8e236cc59ba9cf54b197891be.tar.gz freebsd-ports-gnome-34a550e7f3c37eb8e236cc59ba9cf54b197891be.tar.zst freebsd-ports-gnome-34a550e7f3c37eb8e236cc59ba9cf54b197891be.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'misc/libsupertone')
-rw-r--r-- | misc/libsupertone/Makefile | 4 | ||||
-rw-r--r-- | misc/libsupertone/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index f0ddfb96b122..280bfb4ee154 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsupertone PORTVERSION= 0.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 -USES= tar:tgz +USES= tar:tgz libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/misc/libsupertone/pkg-plist b/misc/libsupertone/pkg-plist index 5141c808d951..5168fde4b15b 100644 --- a/misc/libsupertone/pkg-plist +++ b/misc/libsupertone/pkg-plist @@ -1,8 +1,8 @@ include/libsupertone.h lib/libsupertone.a -lib/libsupertone.la lib/libsupertone.so lib/libsupertone.so.0 +lib/libsupertone.so.0.0.1 share/supertone/global-tones.xml share/supertone/tones.dtd @dirrm share/supertone |