diff options
Diffstat (limited to 'print/mgv')
-rw-r--r-- | print/mgv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile index 2e32790959e..710846f1330 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/14 01:12:07 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 02:45:53 jtb Exp $ DISTNAME= mgv-3.1.5 CATEGORIES= print @@ -8,6 +8,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trends.net/~mu/mgv.html COMMENT= Motif/LessTif user interface for Ghostscript +DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript + GNU_CONFIGURE= yes USE_X11= yes USE_MOTIF= yes |