diff options
author | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
commit | a75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /print | |
parent | 519925679a875824eb9fc2abd0338a15730e86e1 (diff) | |
download | pkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 45c0cfa36fa..8c5048248d4 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/07/17 19:08:40 tv Exp $ +# $NetBSD: Makefile,v 1.16 1998/07/24 01:57:01 tv Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -9,15 +9,14 @@ MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ MAINTAINER= packages@netbsd.org -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 LIBTOOL=${PREFIX}/bin/libtool +CONFIGURE_ENV+= LPR=lpr USE_GTEXINFO= YES +USE_LIBTOOL= yes INFO_FILES= a2ps.info ogonkify.info regex.info ALL_TARGET= all PAPERSIZE=${PAPERSIZE} |