aboutsummaryrefslogtreecommitdiffstats
path: root/math/graphthing/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-26 05:49:44 +0800
committerpav <pav@FreeBSD.org>2005-02-26 05:49:44 +0800
commitfc2b64f38b3cc157c10d372b133aaa703f7770db (patch)
treef30185f9b57cbe4193945cf6f0e1618283aa0283 /math/graphthing/Makefile
parente6daa628ea8905c7fa8da1539dc1656ddd5a634d (diff)
downloadfreebsd-ports-gnome-fc2b64f38b3cc157c10d372b133aaa703f7770db.tar.gz
freebsd-ports-gnome-fc2b64f38b3cc157c10d372b133aaa703f7770db.tar.zst
freebsd-ports-gnome-fc2b64f38b3cc157c10d372b133aaa703f7770db.zip
- Fix build on gcc-3.4
PR: ports/78017 Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'math/graphthing/Makefile')
-rw-r--r--math/graphthing/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
index 7307978a352e..238659063acf 100644
--- a/math/graphthing/Makefile
+++ b/math/graphthing/Makefile
@@ -25,14 +25,8 @@ 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.post.mk>
+.include <bsd.port.mk>