diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:17:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:17:47 +0000 |
commit | 5a16c2bed5ca5cdacc96cb1f8feacd43cccb4b56 (patch) | |
tree | c2ed68d2098d55b9f32bd45c791dd903e37e96cc | |
parent | 331472a63d9dee321e576bce858210ac0a9a5c5e (diff) | |
download | pkgsrc-5a16c2bed5ca5cdacc96cb1f8feacd43cccb4b56.tar.gz |
Use netcdf bl3 file instead of DEPENDS.
-rw-r--r-- | graphics/GMT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 0be599a7228..7fb404eacc1 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/12/03 15:14:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/05 10:17:47 wiz Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -18,8 +18,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gmt.soest.hawaii.edu/ COMMENT= Generic Mapping Tools -DEPENDS+= netcdf>=3.4:../../devel/netcdf - EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= ${DISTNAME} @@ -63,4 +61,5 @@ post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/examples/ cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/gmt +.include "../../devel/netcdf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |