diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-01-11 21:12:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-01-11 21:12:49 +0800 |
commit | dd4f50c9e5e0dced0674edaf674238ff3a9d50fd (patch) | |
tree | 198dc768592735b798a7fa1d462ed03f25b03f9a /audio | |
parent | 3f7346a0626346fe499c6e5976040e80ae3d053b (diff) | |
download | freebsd-ports-gnome-dd4f50c9e5e0dced0674edaf674238ff3a9d50fd.tar.gz freebsd-ports-gnome-dd4f50c9e5e0dced0674edaf674238ff3a9d50fd.tar.zst freebsd-ports-gnome-dd4f50c9e5e0dced0674edaf674238ff3a9d50fd.zip |
Add PORTSCOUT variable in order to skip version 0.1.19 which is just a tarball of an experimental version.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index d72d7a31a705..33948a545b8b 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -60,6 +60,8 @@ OPTIONS= ADPLUG "Build with adplug support" on \ X11 "Build with X11 support" on \ SDL "Build with SDL support" on +PORTSCOUT= skipv:0.1.19 + .include <bsd.port.pre.mk> .if exists(${TIMIDITY_CFG}) || !defined(WITHOUT_MIDI) |