diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 01:06:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 01:06:07 +0000 |
commit | 293495ae65958fdbdc9439588acb8074310682ad (patch) | |
tree | c9fa2679f7ba26d87b7f0bf309e2a66fb41bc397 /audio/spiralsynthmodular | |
parent | 2ca623b0964e63739da2fdd48069513e4c55c51d (diff) | |
download | ports-293495ae65958fdbdc9439588acb8074310682ad.tar.gz ports-293495ae65958fdbdc9439588acb8074310682ad.zip |
Mark as broken: fails to find jack plugin.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202802
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 209b46f23622..0f1401ab7e8f 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ sndfile.1:${PORTSDIR}/audio/libsndfile +BROKEN= fails to find jack plugin + USE_XORG= x11 GNU_CONFIGURE= yes |