diff options
author | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
commit | 10c7f469299257e879af03b7f29e7126d9aaae36 (patch) | |
tree | 73fdfbc3353b0b179d1616bf52fb2ab722df7a25 /print/a2ps/Makefile | |
parent | 936d134660516438278455a79eba33d7e3870ee0 (diff) | |
download | pkgsrc-10c7f469299257e879af03b7f29e7126d9aaae36.tar.gz |
Update to use the pkg version of libtool instead of a2ps's own private
copy.
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 6d75b283e52..45c0cfa36fa 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/15 10:39:36 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/17 19:08:40 tv Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -9,13 +9,14 @@ MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ MAINTAINER= packages@netbsd.org -GNU_CONFIGURE= yes +BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool CONFLICTS= a2ps-A4-4.9.9 a2ps-Letter-4.9.9 a2ps-Letterdj-4.9.9 STRIP= +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-medium=${PAPERSIZE} -CONFIGURE_ENV+= LPR=lpr +CONFIGURE_ENV+= LPR=lpr LIBTOOL=${PREFIX}/bin/libtool USE_GTEXINFO= YES INFO_FILES= a2ps.info ogonkify.info regex.info |