aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-17 08:17:56 +0800
committerkris <kris@FreeBSD.org>2004-04-17 08:17:56 +0800
commit0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa (patch)
tree2315c60a70151f77afa97407a7450a83ac998a20 /x11
parent623ae2f0b0d6dd8987fbfab36ae8cdc19351e0f4 (diff)
downloadfreebsd-ports-gnome-0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa.tar.gz
freebsd-ports-gnome-0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa.tar.zst
freebsd-ports-gnome-0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa.zip
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
Diffstat (limited to 'x11')
-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>