diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 00:17:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 00:17:56 +0000 |
commit | 0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa (patch) | |
tree | 2315c60a70151f77afa97407a7450a83ac998a20 /x11/dgs | |
parent | 623ae2f0b0d6dd8987fbfab36ae8cdc19351e0f4 (diff) | |
download | FreeBSD-ports-0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa.zip FreeBSD-ports-0cb9c8d29728e91bbb2da06e69be4aa9a1eb1efa.tar.gz |
IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
Diffstat (limited to 'x11/dgs')
-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 f720503..f21468f 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> |