diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 00:17:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 00:17:56 +0000 |
commit | cd7d3ae6bdd020ba511745e1b8fb114b12957db3 (patch) | |
tree | f58702117153aa966d1e976eac69d790e153d6a1 /x11/dgs/Makefile | |
parent | Add missing file (diff) |
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 8 |
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> |