diff options
author | jsa <jsa@FreeBSD.org> | 2011-09-10 10:27:26 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2011-09-10 10:27:26 +0800 |
commit | af923766cdb7e98d215f1197b22828693a40f58a (patch) | |
tree | 5b091f31323701915a5173d75b9d6f944d06d072 /multimedia | |
parent | 03b30a5ecdceef400466197bcd2430b2eb1cddc0 (diff) | |
download | freebsd-ports-gnome-af923766cdb7e98d215f1197b22828693a40f58a.tar.gz freebsd-ports-gnome-af923766cdb7e98d215f1197b22828693a40f58a.tar.zst freebsd-ports-gnome-af923766cdb7e98d215f1197b22828693a40f58a.zip |
Mark IGNORE on 9.x due to stability issues.
Approved by: wxs (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/linux-huludesktop/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/linux-huludesktop/Makefile b/multimedia/linux-huludesktop/Makefile index 1439ee05ada6..03daf23b340d 100644 --- a/multimedia/linux-huludesktop/Makefile +++ b/multimedia/linux-huludesktop/Makefile @@ -36,6 +36,10 @@ SUB_FILES= ${PORTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 90000 +IGNORE= has known issues under 9.x. Define NO_IGNORE to install without support +.endif + do-extract: ${MKDIR} ${WRKSRC} ${RPM2CPIO} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ |