diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-08 10:54:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-08 10:54:12 +0000 |
commit | 7b4b7f062895787994dd18235c9d85f44fe78855 (patch) | |
tree | bc492dacfbd6b50ed320b64bef70a4f85dcebc08 /devel | |
parent | 8b29b9e27ef4429ef164d2bac7917d3e80d012ae (diff) | |
download | pkgsrc-7b4b7f062895787994dd18235c9d85f44fe78855.tar.gz |
Make pkglint happy. Or at least happier.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/prcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 6acdb4e7a29..1b07b74bcce 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/03/08 10:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2010/03/08 10:54:12 wiz Exp $ DISTNAME= prcs-1.3.3 PKGREVISION= 5 @@ -14,8 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs -INFO_FILES= # PLIST +INFO_FILES= yes USE_LANGUAGES= c c++ +BUILD_DEFS+= VARBASE CONFIGURE_ENV+= EMACS=no CONFIGURE_ENV+= PRCS_REPOSITORY=${VARBASE:Q}/PRCS CONFIGURE_ENV+= SYS_GDIFF_COMMAND_PATH=${TOOLS_DIFF:Q} |