summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc>1998-11-12 14:35:49 +0000
committeragc <agc>1998-11-12 14:35:49 +0000
commit7d8804473288d1031d5527849441ebc13022d92c (patch)
treea28a217bf7480d26f9e78d6b746c78b5fa21b437 /print
parent7b26a1826a8585c8aa511f13cb8558a6b9295f05 (diff)
downloadpkgsrc-7d8804473288d1031d5527849441ebc13022d92c.tar.gz
Move DEPENDS definition up in the Makefile, to keep pkglint happy.
Diffstat (limited to 'print')
-rw-r--r--print/enscript/Makefile6
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}"