summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-17 00:50:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-17 00:50:52 +0000
commit27ba461c8e50a613d87c9f076bb701df10453684 (patch)
tree70478bd5a7a5379674d66d2abb0bfd8ad1e74bcd /math
parentRoll back xpm shared library numbers. It will be truncated to "Xpm.4" (diff)
Roll back libpng major to 2.
Notes
Notes: svn path=/head/; revision=13192
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 1d9439e4b10e..913c35fe8fdd 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 April 1998
# Whom: chuckr
#
-# $Id: Makefile,v 1.17 1998/04/28 21:30:23 chuckr Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:57:46 asami Exp $
#
DISTNAME= gnuplot-beta340
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd
WRKSRC= ${WRKDIR}/gnuplot