From dfcbbb39d56519e6aac9c96c842b8349e3b9bcb4 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 13 Apr 1999 19:21:57 +0000 Subject: [PATCH] do not try to use gd if it is found durring configure --- math/gnuplot/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index fd25ef6b1dc..f3cd9b011ee 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1999/03/12 17:13:57 marc Exp $ -# +# $OpenBSD: Makefile,v 1.7 1999/04/13 19:21:57 brad Exp $ DISTNAME= gnuplot-3.7 PKGNAME= gnuplot-3.7 @@ -12,14 +11,12 @@ MASTER_SITE_SUBDIR= gnuplot MAINTAINER= angelos@openbsd.org -LIB_DEPENDS= png.1:${PORTSDIR}/graphics/png +LIB_DEPENDS= png:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${PREFIX}/include --libdir=${PREFIX}/lib \ - --with-x --without-linux-vga \ + --with-x --without-linux-vga --without-gd \ --with-gnu-readline --with-lasergnu --with-png -MAN1= gnuplot.1 lasergnu.1 - .include