mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
456cf317f2
commit
5be4907e48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360101
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user