aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-24 12:30:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-24 12:30:32 +0000
commitaf49c8ba467d3fe33c360876325a0adc5346c17e (patch)
treee92aeb8d8df86a0c46b1a9ed23799bdd5a6d99c4 /devel/cvsgraph/files
parente49d7a61499e1db1984a697223ee40c52db3f6c2 (diff)
downloadports-af49c8ba467d3fe33c360876325a0adc5346c17e.tar.gz
ports-af49c8ba467d3fe33c360876325a0adc5346c17e.zip
Update to 1.4.0.
PR: 58103 Submitted by: Philip M. Gollucci of P6M7G8 Consulting
Notes
Notes: svn path=/head/; revision=92062
Diffstat (limited to 'devel/cvsgraph/files')
-rw-r--r--devel/cvsgraph/files/patch-configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/cvsgraph/files/patch-configure.in b/devel/cvsgraph/files/patch-configure.in
deleted file mode 100644
index 82097de1ccdc..000000000000
--- a/devel/cvsgraph/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Mon Mar 12 11:50:22 2001
-+++ configure.in Tue Mar 27 02:00:54 2001
-@@ -102,7 +102,7 @@
- dnl Make sure the header is here
- AC_CHECK_HEADER( gd.h,[ have_gd_h="yes" ],[ have_gd_h="no" ])
-
--if test $have_gd_h != "yes"; then
-+if test $have_gd_h = "bogus"; then
- echo
- echo "** The GD library is required for CvsGraph to function."
- echo " Get it from http://www.boutell.com, compile it and"