diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | b6b94f0c669b1ef2a824c69854900b68ec821681 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /textproc/bibparse | |
parent | ac9820da6cdeb5833fdaf2717a1633972572c5de (diff) | |
download | pkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'textproc/bibparse')
-rw-r--r-- | textproc/bibparse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bibparse/Makefile b/textproc/bibparse/Makefile index bb384e0af80..0a05bd50003 100644 --- a/textproc/bibparse/Makefile +++ b/textproc/bibparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/24 13:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/25 21:51:12 jlam Exp $ # DISTNAME= bibparse-1.04 @@ -9,7 +9,7 @@ MAINTAINER= seb@pbox.org HOMEPAGE= http://www.math.utah.edu/~beebe/software/bibtex-bibliography-tools.html COMMENT= syntax checking tools for BibTeX bibliography databases -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES .include "../../mk/bsd.pkg.mk" |