diff options
author | chuckr <chuckr@FreeBSD.org> | 1998-04-29 05:30:23 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1998-04-29 05:30:23 +0800 |
commit | 0aa473073a333ff25593a3220aaf6f614f8d9692 (patch) | |
tree | 6bcc1b227979bdaac7b4e32f9393f8925452ee32 /math | |
parent | 4897abfe3f8181c7ea41899b9c2643a3a8be13c7 (diff) | |
download | freebsd-ports-gnome-0aa473073a333ff25593a3220aaf6f614f8d9692.tar.gz freebsd-ports-gnome-0aa473073a333ff25593a3220aaf6f614f8d9692.tar.zst freebsd-ports-gnome-0aa473073a333ff25593a3220aaf6f614f8d9692.zip |
Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency.
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 05a3de49adb8..345908bf95e3 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.15 1998/03/31 00:39:01 asami Exp $ +# $Id: Makefile,v 1.16 1998/04/19 23:22:04 chuckr Exp $ # DISTNAME= gnuplot-beta340 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png -BUILD_DEPENDS $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes |