diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-05 13:26:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-05 13:26:23 +0000 |
commit | ccc9781f9c3a8b728b4c871133cac0e7f6c197b5 (patch) | |
tree | 9ff2b0166dc0e45bc9dfb13cc857eff26b96a78d /graphics/openrm/Makefile | |
parent | 96ad3f4e0574973f8690a9d555a77818755a5995 (diff) | |
download | ports-ccc9781f9c3a8b728b4c871133cac0e7f6c197b5.tar.gz ports-ccc9781f9c3a8b728b4c871133cac0e7f6c197b5.zip |
Notes
Diffstat (limited to 'graphics/openrm/Makefile')
-rw-r--r-- | graphics/openrm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index ff92e2678f5b..6e42bfb1148c 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -45,12 +45,6 @@ DEMO_DISTFILE= ${DISTNAME:S,-devel-,-demo-,}${EXTRACT_SUFX} DEMO_WRKSRC= ${WRKDIR}/rmdemo .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - post-patch: .if ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e \ @@ -83,4 +77,4 @@ do-install: ${INSTALL_DATA} ${DEMO_WRKSRC}/data/* ${STAGEDIR}${EXAMPLESDIR}/data .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |