do not try to use gd if it is found durring configure
This commit is contained in:
parent
6b1c404c57
commit
dfcbbb39d5
@ -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 <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user