diff options
author | ache <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
commit | c5fc87df0fff4bcae2230887cb885b87be0d5d52 (patch) | |
tree | 34438c68cf3537a50442366491e45a8589afd72e /math | |
parent | fe4d6b81448cb86434a6cf0c8f7d706f775ddb4d (diff) | |
download | freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.tar.gz freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.tar.zst freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.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 |