diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 18:18:17 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 18:18:17 +0800 |
commit | 4fbc58c5d82b26a422044b3d00c8ee1353c5eae7 (patch) | |
tree | 9094e251fedb392d63bbad18ab1c7837dcaa70dc /editors/gxedit/Makefile | |
parent | bc4f02f8976ec59d691557693ba8b7ab59fa27ee (diff) | |
download | freebsd-ports-gnome-4fbc58c5d82b26a422044b3d00c8ee1353c5eae7.tar.gz freebsd-ports-gnome-4fbc58c5d82b26a422044b3d00c8ee1353c5eae7.tar.zst freebsd-ports-gnome-4fbc58c5d82b26a422044b3d00c8ee1353c5eae7.zip |
BROKEN on alpha 5.x: Does not compile
Diffstat (limited to 'editors/gxedit/Makefile')
-rw-r--r-- | editors/gxedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 7e0f2aff6412..532272787473 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -21,6 +21,12 @@ USE_GNOME= gtk12 ALL_TARGET= gxedit +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h @@ -41,4 +47,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |