diff options
author | agc <agc> | 1998-11-12 14:35:49 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-12 14:35:49 +0000 |
commit | 239470218e9b10ec0a2098d93ef0639c681ca40f (patch) | |
tree | a28a217bf7480d26f9e78d6b746c78b5fa21b437 /print/enscript | |
parent | f6567bd0abb7083095b91920e1e92fd31234df65 (diff) | |
download | pkgsrc-239470218e9b10ec0a2098d93ef0639c681ca40f.tar.gz |
Move DEPENDS definition up in the Makefile, to keep pkglint happy.
Diffstat (limited to 'print/enscript')
-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}" |