summaryrefslogtreecommitdiff
path: root/graphics/gri
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 06:53:31 +0000
committerjlam <jlam>2002-09-13 06:53:31 +0000
commit0e88f68123b0cbf591a55ff3f2dc17788134b1e6 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /graphics/gri
parent70ade79ba197431c4d16782f3892017ba3016646 (diff)
downloadpkgsrc-0e88f68123b0cbf591a55ff3f2dc17788134b1e6.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'graphics/gri')
-rw-r--r--graphics/gri/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 08d07ab789e..9a0c039fbd3 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/07/24 19:45:24 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/13 06:53:33 jlam Exp $
DISTNAME= gri-2.8.7
CATEGORIES= graphics
@@ -11,9 +11,9 @@ COMMENT= language for scientific graphics applications
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
-BUILD_DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
GNU_CONFIGURE= # defined
+USE_X11= # defined
USE_GMAKE= # defined
USE_BUILDLINK_ONLY= # defined
INFO_FILES= gri.info
@@ -24,5 +24,6 @@ pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
.include "../../devel/netcdf/buildlink.mk"
+.include "../../mk/ghostscript.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"