diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-26 13:59:57 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-26 13:59:57 +0000 |
commit | d385189fde0a343112ef77bb3679b97b8c6d29e8 (patch) | |
tree | 517493c0b4d28528590aba5f695a78b1c7c55a0f /x11 | |
parent | - update CONFLICTS (diff) |
Unbreak the port: build only when XFREE86_VERSION==3
Notes
Notes:
svn path=/head/; revision=105323
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-contrib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile index f060050ece56..6399453e1041 100644 --- a/x11/XFree86-contrib/Makefile +++ b/x11/XFree86-contrib/Makefile @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmz@FreeBSD.org COMMENT= XFree86 contrib programs -BROKEN= "Does not compile" +.if ${XFREE86_VERSION} != 3 +IGNORE= "Only for XFree86 version 3" +.endif # Define FORCE_PACKAGE from the command line if you want to override # this and build a package |