diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-11-08 22:48:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-11-08 22:48:08 +0000 |
commit | 845ad85b12eda8037d8cf041e9f28cf75c9c001b (patch) | |
tree | 3f499108820128171fcb8096f8f038a9a57b4d40 /graphics/grads/Makefile | |
parent | 4fb9b161d1df6d1c1256d7682e7292c7f46f1e1c (diff) | |
download | ports-845ad85b12eda8037d8cf041e9f28cf75c9c001b.tar.gz ports-845ad85b12eda8037d8cf041e9f28cf75c9c001b.zip |
Notes
Diffstat (limited to 'graphics/grads/Makefile')
-rw-r--r-- | graphics/grads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index cbd967e131f9..75ed22712c92 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= The Grid Analysis and Display System -BUILD_DEPENDS= ${LOCALBASE}/lib/libudunits.a:${PORTSDIR}/science/udunits \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libudunits2.a:${PORTSDIR}/science/udunits \ ${LOCALBASE}/lib/libsx.a:${PORTSDIR}/x11/libsx LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ jpeg.10:${PORTSDIR}/graphics/jpeg \ |