aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-contrib
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-26 16:44:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-26 16:44:45 +0000
commit99a58fd46a2429eff1ae4bba009b1ec18568bd3f (patch)
treec5c6605a88ed4cbff909ac2cb6fb2e6a8ca4da91 /x11/XFree86-contrib
parentacf996bc6953cb7050710baafe41c3e289b65f06 (diff)
downloadports-99a58fd46a2429eff1ae4bba009b1ec18568bd3f.tar.gz
ports-99a58fd46a2429eff1ae4bba009b1ec18568bd3f.zip
Notes
Diffstat (limited to 'x11/XFree86-contrib')
-rw-r--r--x11/XFree86-contrib/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile
index 6399453e1041..ae19dd76255e 100644
--- a/x11/XFree86-contrib/Makefile
+++ b/x11/XFree86-contrib/Makefile
@@ -16,10 +16,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jmz@FreeBSD.org
COMMENT= XFree86 contrib programs
-.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
NO_PACKAGE= "Binary package distributed by XFree86 already"
@@ -30,4 +26,10 @@ MAN1= ico.1 listres.1 showfont.1 viewres.1 xbiff.1 xcalc.1 \
xditview.1 xedit.1 xev.1 xeyes.1 xfontsel.1 xgc.1 xload.1 \
xman.1 xmessage.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+IGNORE= "Only for XFree86 version 3"
+.endif
+
+.include <bsd.port.post.mk>