diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-02 05:59:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-02 05:59:06 +0800 |
commit | 8316f7073d8818ec46e58c7deeb4b12e1aab4489 (patch) | |
tree | 97bf71c3315b61686f80f9dfa8ed714796980606 /audio/whysynth | |
parent | 6cff262bdd69656592c235bcca5a871514102297 (diff) | |
download | freebsd-ports-gnome-8316f7073d8818ec46e58c7deeb4b12e1aab4489.tar.gz freebsd-ports-gnome-8316f7073d8818ec46e58c7deeb4b12e1aab4489.tar.zst freebsd-ports-gnome-8316f7073d8818ec46e58c7deeb4b12e1aab4489.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 6 | ||||
-rw-r--r-- | audio/whysynth/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 24a6e28ee6c2..941c2595b29d 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -3,7 +3,7 @@ PORTNAME= whysynth PORTVERSION= 20120903 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ @@ -21,9 +21,9 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float -USES= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig tar:bzip2 libtool +GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/whysynth/pkg-plist b/audio/whysynth/pkg-plist index cc6db70a6235..f6e4ebea26c7 100644 --- a/audio/whysynth/pkg-plist +++ b/audio/whysynth/pkg-plist @@ -1,5 +1,3 @@ -lib/dssi/whysynth.a -lib/dssi/whysynth.la lib/dssi/whysynth.so lib/dssi/whysynth/WhySynth_gtk %%DATADIR%%/current_default_patches.WhySynth |