diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
commit | 75d15b39560b2ee7ead452b35211d5c676c9b901 (patch) | |
tree | 5d22724cd03ead9ab0e8d216aa5e55917a6b3070 /math | |
parent | 574f6deb06d89352dc7b54bd8408d268382f256a (diff) | |
download | freebsd-ports-gnome-75d15b39560b2ee7ead452b35211d5c676c9b901.tar.gz freebsd-ports-gnome-75d15b39560b2ee7ead452b35211d5c676c9b901.tar.zst freebsd-ports-gnome-75d15b39560b2ee7ead452b35211d5c676c9b901.zip |
upgrade png major
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index e482a0d85529..b1720d643b6c 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 January 1997 # Whom: chuckr # -# $Id: Makefile,v 1.12 1997/07/22 02:22:31 asami Exp $ +# $Id: Makefile,v 1.13 1997/09/01 07:41:23 cwt Exp $ # DISTNAME= gnuplot-beta336 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png +LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes |