diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-09 17:07:55 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-09 17:07:55 +0000 |
commit | 2a05f4ebb2ef55db30773f41b032f85379bffe30 (patch) | |
tree | 87bec6029fc2440683cef4338a74313f936874ae /textproc | |
parent | 9a4eb7067ca4bd950390b64e8a70b319fa34d94c (diff) | |
download | pkgsrc-2a05f4ebb2ef55db30773f41b032f85379bffe30.tar.gz |
Use buildlink2 and pkglocaledir -- fixes PLIST issues on SunOS
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index eb941766ceb..718ed8fa0c0 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/12/22 17:27:28 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/09 17:07:55 cjep Exp $ # DISTNAME= textutils-2.0 @@ -9,9 +9,11 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/textutils/textutils.html COMMENT= GNU text utilities -USE_PERL5= build -USE_GMAKE= YES -GNU_CONFIGURE= YES +USE_PERL5= build +USE_GMAKE= YES +USE_PKGLOCALEDIR= YES +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" |