diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 06:46:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 06:46:09 +0000 |
commit | 87dcd1486440390b1dde82e50daabd97471e1ebb (patch) | |
tree | b81812b28401f29e30a15a28c7e748481777e076 /textproc/source-highlight | |
parent | 62bd74dc586eb4bad8e9e0fcb67353f6276897ef (diff) | |
download | pkgsrc-87dcd1486440390b1dde82e50daabd97471e1ebb.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 045891879b9..cf28e191396 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/10/03 14:42:38 seb Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 06:46:09 snj Exp $ # DISTNAME= source-highlight-1.8 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/src-highlite/source-highlight.html COMMENT= Highlight syntax of various languages source into HTML document GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../mk/bsd.prefs.mk" |