diff options
author | jmz <jmz@FreeBSD.org> | 1998-12-05 02:25:53 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1998-12-05 02:25:53 +0000 |
commit | ca7b937658ce5a481b02f70c7afd7f5cbbad3567 (patch) | |
tree | 66966c516db2c99d1a3839883ce1ccf88a8453ec /graphics/pgplot/Makefile | |
parent | f54fee5e143de1aad098026070fd13a73a23d466 (diff) | |
download | FreeBSD-ports-ca7b937658ce5a481b02f70c7afd7f5cbbad3567.zip FreeBSD-ports-ca7b937658ce5a481b02f70c7afd7f5cbbad3567.tar.gz |
Unbreak.
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 2377bd5..01fb1b1 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 |