summaryrefslogtreecommitdiff
path: root/graphics/nip2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-03-07 17:15:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-03-07 17:15:43 +0000
commit5056a8030d7b8a910d159e3b299e76fd617f2405 (patch)
tree5b012b45ca308e640883c06d43d77255ffd702b5 /graphics/nip2
parentNow builds on i386 (diff)
Now builds on !i386
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=157020
Diffstat (limited to 'graphics/nip2')
-rw-r--r--graphics/nip2/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile
index d6fedaf9945e..cc7076f43972 100644
--- a/graphics/nip2/Makefile
+++ b/graphics/nip2/Makefile
@@ -24,16 +24,10 @@ USE_REINPLACE= yes
MAN1= nip2.1
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>