diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-08 06:31:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-08 06:31:32 +0000 |
commit | 78b5ebaedb2a0e3cc900a170df87fa4ff8c878ed (patch) | |
tree | 21ff08a622e30eb5d16ddcd1771c00c7b0fd2152 /print | |
parent | 12a7b7e2ad7fa34e4e9fe8b012ef3aa8c2aa981f (diff) | |
download | pkgsrc-78b5ebaedb2a0e3cc900a170df87fa4ff8c878ed.tar.gz |
Needs perl to build.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 74d7751f78e..fddba5d3dd1 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2006/06/01 16:17:42 joerg Exp $ +# $NetBSD: Makefile,v 1.75 2006/07/08 06:31:32 wiz Exp $ DISTNAME= gnome-print-0.37 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Prototype implementation of the Gnome Printing Architecture USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gs:run msgfmt +USE_TOOLS+= gs:run msgfmt perl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-admin # currently unstable |