diff options
author | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
commit | 53129e1c1f916c7d478fd397e061473c2eeb20fb (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /print/a2ps | |
parent | dffdd0cc5b728f44ea7a4de4231b8888a0fb4bbf (diff) | |
download | pkgsrc-53129e1c1f916c7d478fd397e061473c2eeb20fb.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index c5f9bbd8a98..6c3144faff2 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/11/28 10:25:32 tron Exp $ +# $NetBSD: Makefile,v 1.39 2003/01/10 07:45:23 cjep Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -22,6 +22,7 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LPR=lpr CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}" |