aboutsummaryrefslogtreecommitdiff
path: root/audio/sooperlooper
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
commita2157276860a3947431ad500cdb3a9017b7d3008 (patch)
tree0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/sooperlooper
parent23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff)
downloadports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz
ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip
Notes
Diffstat (limited to 'audio/sooperlooper')
-rw-r--r--audio/sooperlooper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sooperlooper/Makefile b/audio/sooperlooper/Makefile
index 0e543dbcfed6..99750dda8cd9 100644
--- a/audio/sooperlooper/Makefile
+++ b/audio/sooperlooper/Makefile
@@ -25,17 +25,17 @@ LIB_DEPENDS= fftw3.6:${PORTSDIR}/math/fftw3 \
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GMAKE= yes
USE_WX= 2.6+
WX_UNICODE= yes
CONFIGURE_ARGS= -with-wxconfig-path=${WX_CONFIG}
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GNOME= pkgconfig libxml2
+USE_GNOME= libxml2
.include <bsd.port.mk>