diff options
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index d7388cc99ac..4453e186355 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/07/03 20:01:43 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2007/08/08 17:12:43 joerg Exp $ DISTNAME= gv-3.6.3 CATEGORIES= print @@ -8,6 +8,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gv/ COMMENT= PostScript and PDF previewer +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run makeinfo |