diff options
author | jmz <jmz@FreeBSD.org> | 1998-12-05 10:25:53 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1998-12-05 10:25:53 +0800 |
commit | ca7b937658ce5a481b02f70c7afd7f5cbbad3567 (patch) | |
tree | 66966c516db2c99d1a3839883ce1ccf88a8453ec /graphics/pgplot | |
parent | f54fee5e143de1aad098026070fd13a73a23d466 (diff) | |
download | freebsd-ports-gnome-ca7b937658ce5a481b02f70c7afd7f5cbbad3567.tar.gz freebsd-ports-gnome-ca7b937658ce5a481b02f70c7afd7f5cbbad3567.tar.zst freebsd-ports-gnome-ca7b937658ce5a481b02f70c7afd7f5cbbad3567.zip |
Unbreak.
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/Makefile | 6 | ||||
-rw-r--r-- | graphics/pgplot/files/patch-aa | 16 |
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 |