aboutsummaryrefslogtreecommitdiff
path: root/audio/sooperlooper
diff options
context:
space:
mode:
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>