aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ocp/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-05-05 00:22:23 +0800
committernovel <novel@FreeBSD.org>2005-05-05 00:22:23 +0800
commit64d8b0d0cffea5ddbce4c1eeee67801e7549365c (patch)
tree43cd643cbd3a2244af7d622db1194723898a0e95 /audio/ocp/Makefile
parent42ec7e962094c046e1da96009ebb18384815cf0e (diff)
downloadfreebsd-ports-gnome-64d8b0d0cffea5ddbce4c1eeee67801e7549365c.tar.gz
freebsd-ports-gnome-64d8b0d0cffea5ddbce4c1eeee67801e7549365c.tar.zst
freebsd-ports-gnome-64d8b0d0cffea5ddbce4c1eeee67801e7549365c.zip
Update to 0.1.7
PR: 80616 Submitted by: Emanuel Haupt (maintainer)
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r--audio/ocp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 39aeb7dea940..cebfcf71f87c 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ocp
-PORTVERSION= 0.1.6
+PORTVERSION= 0.1.7
CATEGORIES= audio
MASTER_SITES= http://labs.nixia.no/
@@ -49,6 +49,9 @@ CONFIGURE_ARGS+= --without-x11
USE_XLIB= yes
CONFIGURE_ARGS+= --with-x11=yes
.endif
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --with-debug
+.endif
pre-everything::
.if !exists(${TIMIDITY_CFG}) && !defined(WITHOUT_MIDI)