diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 13:00:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 13:00:02 +0000 |
commit | f2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4 (patch) | |
tree | d5a45cf48ee10478d1f096a20e0bf05baec50d7e /lang/afnix/Makefile | |
parent | 47c2b100998b950c6266c1aa3d4bf80b020f0c0d (diff) |
Notes
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 9b3bab06ad12..d80ab3718667 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -27,10 +27,16 @@ PLIST_SUB= PORTVER=${PORTVERSION:R} MAN1= aleph.1 axc.1 axl.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" +.endif + do-configure: @(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o) post-install: @${STRIP_CMD} ${PREFIX}/bin/aleph -.include <bsd.port.mk> +.include <bsd.port.post.mk> |