diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-17 13:44:10 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-17 13:44:10 +0000 |
commit | 743fcee2b5632dc9a96d79f2325a413bdbd69b7c (patch) | |
tree | 2134d66242bff307e73033fc5c86f8d43b0e596e | |
parent | e369a4c810e9e719a1fd477555a548bde263a1e5 (diff) | |
download | FreeBSD-ports-743fcee2b5632dc9a96d79f2325a413bdbd69b7c.zip FreeBSD-ports-743fcee2b5632dc9a96d79f2325a413bdbd69b7c.tar.gz |
- Add build-depend on pkgconfig, needed at least for OIL option
- Drop @dirrm* from plist
-rw-r--r-- | audio/ecasound/Makefile | 2 | ||||
-rw-r--r-- | audio/ecasound/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 0d25df3..035e23e 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFINE= ALSA AUDIOFILE JACK LIBLO LIBOIL PYTHON SAMPLERATE SNDFILE OPTIONS_DEFAULT=PYTHON OPTIONS_SUB= yes -USES= gmake libtool readline:port +USES= gmake libtool pkgconfig readline:port GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-liblilv \ --disable-rubyecasound \ diff --git a/audio/ecasound/pkg-plist b/audio/ecasound/pkg-plist index 9405826..c4c3ff6 100644 --- a/audio/ecasound/pkg-plist +++ b/audio/ecasound/pkg-plist @@ -172,7 +172,3 @@ man/man5/ecasoundrc.5.gz %%DATADIR%%/ecasoundrc %%DATADIR%%/effect_presets %%DATADIR%%/generic_oscillators -@dirrm %%DATADIR%% -@dirrm include/libecasoundc -@dirrm include/libecasound -@dirrm include/kvutils |