diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 06:04:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 06:04:01 +0800 |
commit | 9f6cc397a27c63399eb8f5318750f3f2239a32cb (patch) | |
tree | 05da01aca3966f79e8620524a14d8b612d450079 | |
parent | 06847d5d7e839e990dfafa35e7f2e722a82b0bf8 (diff) | |
download | freebsd-ports-gnome-9f6cc397a27c63399eb8f5318750f3f2239a32cb.tar.gz freebsd-ports-gnome-9f6cc397a27c63399eb8f5318750f3f2239a32cb.tar.zst freebsd-ports-gnome-9f6cc397a27c63399eb8f5318750f3f2239a32cb.zip |
- Switch to USES=libtool, drop .la files
-rw-r--r-- | audio/fluidsynth-dssi/Makefile | 4 | ||||
-rw-r--r-- | audio/fluidsynth-dssi/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile index 2a3ed8b655e0..fa7c3e44ca1f 100644 --- a/audio/fluidsynth-dssi/Makefile +++ b/audio/fluidsynth-dssi/Makefile @@ -3,7 +3,7 @@ PORTNAME= fluidsynth-dssi PORTVERSION= 1.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool pkgconfig USE_GNOME= gtk20 post-patch: diff --git a/audio/fluidsynth-dssi/pkg-plist b/audio/fluidsynth-dssi/pkg-plist index 2ce6683f85fc..b4dd9a4a9123 100644 --- a/audio/fluidsynth-dssi/pkg-plist +++ b/audio/fluidsynth-dssi/pkg-plist @@ -1,4 +1,4 @@ lib/dssi/fluidsynth-dssi.so -lib/dssi/fluidsynth-dssi.la lib/dssi/fluidsynth-dssi/FluidSynth-DSSI_gtk @dirrm lib/dssi/fluidsynth-dssi +@dirrmtry lib/dssi |