diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:42:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:42:56 +0000 |
commit | 2a4efc877b94287100c773d34ccc0c764962d011 (patch) | |
tree | 8bf76a63e5043030197dbe7727333ffe4d896a7d /lang/oo2c | |
parent | 60aab665670e50cb18bba45ee25f2ed091759741 (diff) | |
download | ports-2a4efc877b94287100c773d34ccc0c764962d011.tar.gz ports-2a4efc877b94287100c773d34ccc0c764962d011.zip |
Notes
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 951569d8b7a4..e4045f3a2ef2 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -20,10 +20,16 @@ USE_LIBTOOL= yes CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= oo2c.1 oob.1 ooef.1 oocn.1 oowhereis.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${MV} ${WRKDIR}/gc ${WRKSRC}/gc post-install: @${INSTALL_SCRIPT} ${FILESDIR}/oo2 ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |