aboutsummaryrefslogtreecommitdiff
path: root/audio/ocp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-15 12:59:58 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-15 12:59:58 +0000
commit150f722dbc8ce84c9b7161ecc56475b5b02ac146 (patch)
tree977154591edb74028a3b04563ae1bd34fb9cac44 /audio/ocp
parent2bf0716a8343c904b4b6bee76a9b9c0baf6f9f81 (diff)
downloadports-150f722dbc8ce84c9b7161ecc56475b5b02ac146.tar.gz
ports-150f722dbc8ce84c9b7161ecc56475b5b02ac146.zip
Notes
Diffstat (limited to 'audio/ocp')
-rw-r--r--audio/ocp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 98de8258ae3d..e1971b7255dd 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ocp
PORTVERSION= 0.1.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://stian.lunafish.org/ocp/ \
http://critical.ch/distfiles/ \
@@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
@@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --with-x11=yes
CONFIGURE_ARGS+= --with-debug
.endif
.if defined(WITH_ADPLUG)
-LIB_DEPENDS+= adplug-2.0.0:${PORTSDIR}/audio/libadplug
+LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug
CONFIGURE_ARGS+= --without-x11 --with-adplug
PLIST_SUB+= ADPLUG=""
.else