From 7b03370085585d4b2bb47379047865d800658575 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 17 Apr 2004 13:16:42 +0000 Subject: IGNORE for XFREE86_VERSION > 3.x, since it is included in XFree86 --- graphics/xpm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/xpm/Makefile') diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 315ad152c6df..315acbd1bb86 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -23,7 +23,13 @@ MAN1= cxpm.1 sxpm.1 .error You have `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +.include + +.if ${XFREE86_VERSION} > 3 +IGNORE= is included in XFree86 >3.x +.endif + post-install: @ranlib ${PREFIX}/lib/libXpm.a -.include +.include -- cgit v1.2.3