diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:39:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:39:25 +0800 |
commit | 056902814f7aaa343a51ce5f8535969833df7cfd (patch) | |
tree | 03f3ebee630842199d5628472461879d51da9463 /audio | |
parent | a1a312462e2faf47a6ce717d6d85ded23abc91f5 (diff) | |
download | freebsd-ports-gnome-056902814f7aaa343a51ce5f8535969833df7cfd.tar.gz freebsd-ports-gnome-056902814f7aaa343a51ce5f8535969833df7cfd.tar.zst freebsd-ports-gnome-056902814f7aaa343a51ce5f8535969833df7cfd.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/resid/Makefile | 4 | ||||
-rw-r--r-- | audio/resid/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index da2aa87dc888..1e36bad08eac 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -3,7 +3,7 @@ PORTNAME= resid PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio emulators MASTER_SITES= CRITICAL @@ -12,7 +12,7 @@ COMMENT= Cycle-based SID emulator engine LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist index 5a377dbbf24a..8f2350d0e690 100644 --- a/audio/resid/pkg-plist +++ b/audio/resid/pkg-plist @@ -8,7 +8,7 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a -lib/libresid.la lib/libresid.so lib/libresid.so.5 +lib/libresid.so.5.0.0 @dirrm include/resid |