summaryrefslogtreecommitdiff
path: root/graphics/pgplot
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1998-12-05 02:25:53 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1998-12-05 02:25:53 +0000
commit4f37d30889ae548d26294ea30a780216061d1923 (patch)
tree6c536efc184d4f2baf5453b70a6f815e45b00f13 /graphics/pgplot
parentThis port needs linux_lib to run. (diff)
Unbreak.
Notes
Notes: svn path=/head/; revision=15113
Diffstat (limited to 'graphics/pgplot')
-rw-r--r--graphics/pgplot/Makefile6
-rw-r--r--graphics/pgplot/files/patch-aa16
2 files changed, 17 insertions, 5 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 2377bd57df05..01fb1b1b6e99 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 December 1996
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1998/10/12 03:19:03 jseger Exp $
+# $Id: Makefile,v 1.7 1998/11/11 05:37:21 asami Exp $
#
DISTNAME= pgplot5.2
@@ -17,10 +17,6 @@ WRKSRC= ${WRKDIR}/pgplot
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 300000
-BROKEN= makehtml not found
-.endif
-
.if ${PORTOBJFORMAT} == "elf"
VERSION= 5
.else
diff --git a/graphics/pgplot/files/patch-aa b/graphics/pgplot/files/patch-aa
new file mode 100644
index 000000000000..3088fc808213
--- /dev/null
+++ b/graphics/pgplot/files/patch-aa
@@ -0,0 +1,16 @@
+--- makehtml~ Wed Feb 26 22:54:09 1997
++++ makehtml Mon Oct 12 22:52:01 1998
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $, = ' '; # set output field separator
+ $\ = "\n"; # set output record separator
+--- maketex~ Tue Apr 16 23:51:24 1996
++++ maketex Mon Oct 12 22:52:14 1998
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $, = ' '; # set output field separator
+ $\ = "\n"; # set output record separator