diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 01:42:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 01:42:16 +0000 |
commit | dc34d47840419b01f527bdf0e2c7c67ca3bda4db (patch) | |
tree | 887e7b32fb8a80a1a92aa1b39bd738ca6ceda749 /math/graphthing | |
parent | BROKEN: Size mismatch (diff) |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118399
Diffstat (limited to 'math/graphthing')
-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> |