diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:09:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:09:58 +0000 |
commit | a8244d5d640fe976212ba70b135c362eeda26ea1 (patch) | |
tree | 2a97187006d2f4520a7dfdc35f134cf2153fe54b | |
parent | 10b98de50e1487cdda8717af61042964e8612696 (diff) | |
download | ports-a8244d5d640fe976212ba70b135c362eeda26ea1.tar.gz ports-a8244d5d640fe976212ba70b135c362eeda26ea1.zip |
Notes
-rw-r--r-- | graphics/wings-devel/Makefile | 8 | ||||
-rw-r--r-- | graphics/wings/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile index d8aef17e82ca..4129eff7e377 100644 --- a/graphics/wings-devel/Makefile +++ b/graphics/wings-devel/Makefile @@ -27,12 +27,6 @@ SUB_FILES= wings.sh USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @@ -45,4 +39,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index d8aef17e82ca..4129eff7e377 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -27,12 +27,6 @@ SUB_FILES= wings.sh USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @@ -45,4 +39,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |