diff options
author | krion <krion@FreeBSD.org> | 2003-08-30 17:02:43 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-30 17:02:43 +0000 |
commit | 57215d9bc352f9bb0102a305deafdc8d64ea8edd (patch) | |
tree | 9458730027c52e917d41d0da1524555402db93b6 /math/plplot/Makefile | |
parent | d4bc94c7bc13c75357c73bbe0a9642b51667bd2d (diff) | |
download | FreeBSD-ports-57215d9bc352f9bb0102a305deafdc8d64ea8edd.zip FreeBSD-ports-57215d9bc352f9bb0102a305deafdc8d64ea8edd.tar.gz |
- Fix build
PR: 56193
Submitted by: Ports Fury
Diffstat (limited to 'math/plplot/Makefile')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 22d52b7..3fc081d 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A scientific plotting package -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_GNOME= gnomehack pkgconfig |