diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-11 13:12:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-11 13:12:49 +0000 |
commit | aee818c622377a7ef198ed35d1cbc4591161927a (patch) | |
tree | 0f7d8aae7400275d0b5da3bdf5e71dc3a29debe8 /audio/ocp/Makefile | |
parent | 7d1004a0e775a0601091b7c789ccfed38c6dcb7f (diff) |
Notes
Diffstat (limited to 'audio/ocp/Makefile')
-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) |