diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-04-21 20:45:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-04-21 20:45:44 +0800 |
commit | 0a550cb88d84174f2756afe2d481e1cce0812043 (patch) | |
tree | 7208c35a21b448a162bbe238a6437b396929e839 /audio | |
parent | 91bc6d18eea4b0062706a2bb1558940b8ba3471c (diff) | |
download | freebsd-ports-gnome-0a550cb88d84174f2756afe2d481e1cce0812043.tar.gz freebsd-ports-gnome-0a550cb88d84174f2756afe2d481e1cce0812043.tar.zst freebsd-ports-gnome-0a550cb88d84174f2756afe2d481e1cce0812043.zip |
Chase libadplug update
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 904d6579908c..10a73b7a2a48 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.13 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ @@ -60,7 +61,7 @@ CONFIGURE_ARGS+= --with-x11=yes CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.1:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else |