diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:15:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:15:43 +0800 |
commit | a7500ebf7d3984d869f8df80dd3ea726079b5d0c (patch) | |
tree | 612f13f8ddcd09b9d07585dd3a10b9c2aa683c27 /graphics | |
parent | cef549009e1185feb553f22497fce886221119dd (diff) | |
download | freebsd-ports-graphics-a7500ebf7d3984d869f8df80dd3ea726079b5d0c.tar.gz freebsd-ports-graphics-a7500ebf7d3984d869f8df80dd3ea726079b5d0c.tar.zst freebsd-ports-graphics-a7500ebf7d3984d869f8df80dd3ea726079b5d0c.zip |
Now builds on !i386
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nip2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index d6fedaf9945..cc7076f4397 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> |