aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-17 13:16:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-17 13:16:42 +0000
commit7b03370085585d4b2bb47379047865d800658575 (patch)
treee59d25ce49f4a5e15208ec642e0f485cf0b184a1
parente8dc743b0eaced352465db54985c549f581a35c8 (diff)
downloadports-7b03370085585d4b2bb47379047865d800658575.tar.gz
ports-7b03370085585d4b2bb47379047865d800658575.zip
Notes
-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>