diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-12-22 17:22:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-12-22 17:22:24 +0000 |
commit | ccc1a2a946e92468e041f619557aa462d5a78db2 (patch) | |
tree | 57f144b8642899b7cf6596b6633900a3ba214b02 /audio/schism | |
parent | 4d0c0691f9db154ee4908f4d356a66ebe7b8dcad (diff) | |
download | ports-ccc1a2a946e92468e041f619557aa462d5a78db2.tar.gz ports-ccc1a2a946e92468e041f619557aa462d5a78db2.zip |
Notes
Diffstat (limited to 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile index ece8211e7eb1..f819e1ffc14f 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -25,8 +25,8 @@ PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} -# 20101128 and 20110101 segfaults, 20120105 builds but GUI does not come up -PORTSCOUT= skipv:20101128,20110101,20120105 +# releases up to version 20120105 either segfault or don't run +PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME} |