diff options
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 10 | ||||
-rw-r--r-- | audio/ocp/pkg-descr | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index f63620b640e0..741070e3c49e 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: ocp -# Date created: 22 April 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> +# New ports collection makefile for: ocp +# Date created: 22 April 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> # # $FreeBSD$ # PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://labs.nixia.no/ \ http://critical.ch/distfiles/ @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) LIB_DEPENDS+= adplug-1.5.1:${PORTSDIR}/audio/libadplug -CONFIGURE_ARGS+= --without-x11 +CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else PLIST_SUB+= ADPLUG="@comment " diff --git a/audio/ocp/pkg-descr b/audio/ocp/pkg-descr index 5c7b51e357ae..ff4c84319eb7 100644 --- a/audio/ocp/pkg-descr +++ b/audio/ocp/pkg-descr @@ -7,9 +7,7 @@ terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open -Cubic Player now also supports mp3 and ogg files. +Cubic Player now also supports mp3 and ogg files and can be compiled +with libadplug support. WWW: http://freshmeat.net/projects/opencubicplayer/ - -- ehaupt -ehaupt@critical.ch |