diff options
Diffstat (limited to 'print/enscript/Makefile')
-rw-r--r-- | print/enscript/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index a51aa4bceb4..53f71ac70f9 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/11/09 18:06:19 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/11/12 14:35:49 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp # @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ngs.fi/mtr/genscript/ +DEPENDS+= papersize-1.0:../../print/papersize + CONFLICTS= enscript-Letter-1.6.0 enscript-A4-1.6.0 \ enscript-Letterdj-1.6.0 CONFLICTS+= enscript-Letter-1.6.1 enscript-A4-1.6.1 \ enscript-Letterdj-1.6.1 -DEPENDS+= papersize-1.0:../../print/papersize - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-nls CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |