diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /textproc/source-highlight/Makefile | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 8e9e965ae7f..6ba62bbb58d 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/01/22 10:40:01 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/25 21:51:19 jlam Exp $ # DISTNAME= source-highlight-1.2.1 @@ -10,8 +10,8 @@ MAINTAINER= seb@netbsd.org HOMEPAGE= http://www.gnu.org/software/src-highlite/source-highlight.html COMMENT= Highlight syntax of C, C++ or Java source into HTML document -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES .include "../../mk/bsd.prefs.mk" |