aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-17 21:16:42 +0800
committerkris <kris@FreeBSD.org>2004-04-17 21:16:42 +0800
commit925554c56cb15dcf2deeab9fcb16c93b8dab7994 (patch)
tree17c7f110816507d1daebdb424ab8e7a54ab60a56 /graphics
parent2f0ee693c4d990e8feb56cb651799860af134f77 (diff)
downloadfreebsd-ports-gnome-925554c56cb15dcf2deeab9fcb16c93b8dab7994.tar.gz
freebsd-ports-gnome-925554c56cb15dcf2deeab9fcb16c93b8dab7994.tar.zst
freebsd-ports-gnome-925554c56cb15dcf2deeab9fcb16c93b8dab7994.zip
IGNORE for XFREE86_VERSION > 3.x, since it is included in XFree86
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} > 3
+IGNORE= is included in XFree86 >3.x
+.endif
+
post-install:
@ranlib ${PREFIX}/lib/libXpm.a
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>