diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
commit | c3b76a8c77468cf227da1c96cc28c699334be8d4 (patch) | |
tree | 6c3f2f44990b1a5f15a32fff781d1687351b655c /textproc/galax/Makefile | |
parent | fbf92c51dcca1209d1832d45bdd468ec2ed24980 (diff) |
Notes
Diffstat (limited to 'textproc/galax/Makefile')
-rw-r--r-- | textproc/galax/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile index 334182909a4c..441179d181c4 100644 --- a/textproc/galax/Makefile +++ b/textproc/galax/Makefile @@ -28,10 +28,16 @@ MAKE_ARGS= JAVAHOME=${JAVA_HOME} OCAMLHOME=${LOCALBASE}/lib/ocaml OCAMLBIN=${LOC PLIST_SUB= GALAX=Galax-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + pre-patch: ${CP} ${WRKSRC}/config/Makefile.unix ${WRKSRC}/config/Makefile post-install: @${SED} 's,PREFIX,${PREFIX},; s,GALAX,Galax-${PORTVERSION},' ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |