diff options
Diffstat (limited to 'audio/deadbeef/Makefile')
-rw-r--r-- | audio/deadbeef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 7839909bc04b..7f6efc5dc511 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -18,12 +18,12 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \ execinfo:${PORTSDIR}/devel/libexecinfo GNU_CONFIGURE= yes +USES= pkgconfig USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_BZIP2= yes USE_ICONV= yes -USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-alsa --disable-nullout \ CPPFLAGS="-I../dumb/dumb-kode54/include -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lexecinfo -lintl" |