aboutsummaryrefslogtreecommitdiff
path: root/x11/dgs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-17 00:17:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-17 00:17:56 +0000
commitcd7d3ae6bdd020ba511745e1b8fb114b12957db3 (patch)
treef58702117153aa966d1e976eac69d790e153d6a1 /x11/dgs
parentd91d136ccfb6b7ce965cdd2e93530a978a585950 (diff)
downloadports-cd7d3ae6bdd020ba511745e1b8fb114b12957db3.tar.gz
ports-cd7d3ae6bdd020ba511745e1b8fb114b12957db3.zip
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
Notes
Notes: svn path=/head/; revision=107294
Diffstat (limited to 'x11/dgs')
-rw-r--r--x11/dgs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index f720503fee50..f21468ffef2c 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -35,6 +35,12 @@ MANN= dpsexec.man makepsres.man xepsf.man
.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} > 3
+IGNORE= "is included in XFree86 4.x and above"
+.endif
+
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@@ -47,4 +53,4 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|manm|mann|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>