diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:41:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:41:28 +0000 |
commit | d668264d3322e34213a38c565924a0a75e0147eb (patch) | |
tree | 1745ce956dc5966b51f9ee7056f40047c01b31e5 /graphics/ayam | |
parent | 857b2a8349b9106d057a88e3daf32a62b448d594 (diff) | |
download | ports-d668264d3322e34213a38c565924a0a75e0147eb.tar.gz ports-d668264d3322e34213a38c565924a0a75e0147eb.zip |
Notes
Diffstat (limited to 'graphics/ayam')
-rw-r--r-- | graphics/ayam/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index d7680c06cec6..713b798d4ea8 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -32,6 +32,12 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" AYAM_PLUGINS= csphere mfio PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ @@ -88,4 +94,4 @@ do-install: ${DOCSDIR}/html/pics .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |