Don't pull in gawk as a hidden run dependency just because it's installed

at build time.
Bump pkgname.

ok steven@
This commit is contained in:
kili 2007-06-19 10:44:40 +00:00
parent 022457e96b
commit 616af8af64

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2007/04/08 15:19:31 sturm Exp $
# $OpenBSD: Makefile,v 1.7 2007/06/19 10:44:40 kili Exp $
COMMENT= "filter to print a wide range of file formats"
DISTNAME= apsfilter-7.2.8
PKGNAME= ${DISTNAME}p0
CATEGORIES= print
HOMEPAGE= http://www.apsfilter.org/
@ -16,7 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.apsfilter.org/download/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-shell=/bin/sh
CONFIGURE_ARGS+= --with-shell=/bin/sh \
--with-awk=/usr/bin/awk
RUN_DEPENDS= ::print/a2ps \
::print/psutils