diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 09:42:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 09:42:16 +0800 |
commit | c7c130034500cf7e7c4c37d9d92e8a6e98a52241 (patch) | |
tree | 1ecdc20800b30c952a5969c61a6963745b2e7fdd /math | |
parent | 01827f0d503596b9e03418834ee59eb477f035cc (diff) | |
download | freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.gz freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.zst freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.zip |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'math')
-rw-r--r-- | math/graphthing/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 238659063acf..7307978a352e 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -25,8 +25,14 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/graphthing bin/gt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + post-patch: ${REINPLACE_CMD} -e "s,\/usr\/include\/gtk-1.2\/gdk\/gdkkeysyms.h,," \ ${WRKSRC}/src/depend.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |