diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-04 16:22:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-04 16:22:23 +0000 |
commit | dc18688a7545886df8f235316c3d85b188ac2963 (patch) | |
tree | d7a2f8af8ba1be6ec856ba6a78e7ba244cadec1c /audio/ocp | |
parent | 4f807f27947ae89a81a7b5acfd9a6a448d4ce6dd (diff) | |
download | ports-dc18688a7545886df8f235316c3d85b188ac2963.tar.gz ports-dc18688a7545886df8f235316c3d85b188ac2963.zip |
Notes
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 5 | ||||
-rw-r--r-- | audio/ocp/distinfo | 4 |
2 files changed, 6 insertions, 3 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) diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo index d925e6899617..c7ca3e8bffe9 100644 --- a/audio/ocp/distinfo +++ b/audio/ocp/distinfo @@ -1,2 +1,2 @@ -MD5 (ocp-0.1.6.tar.gz) = 0f176bf9b3c3fa04cd95c9854d139fed -SIZE (ocp-0.1.6.tar.gz) = 627176 +MD5 (ocp-0.1.7.tar.gz) = b04d6cc95f28d2b7fca9caf4b580129b +SIZE (ocp-0.1.7.tar.gz) = 614935 |