diff options
author | snj <snj@pkgsrc.org> | 2004-04-16 21:46:02 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-16 21:46:02 +0000 |
commit | 2291a940dba6144ea3e06d2cbea3509ea31c85c9 (patch) | |
tree | daa1827b5e221742af141c51366111e773367a93 | |
parent | 7e5c363586438ecc10408d7f2b6c8b96ca95dd81 (diff) | |
download | pkgsrc-2291a940dba6144ea3e06d2cbea3509ea31c85c9.tar.gz |
Convert to buildlink3.
-rw-r--r-- | textproc/gocr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gocr/Makefile b/textproc/gocr/Makefile index 4416e397d59..756231a54b6 100644 --- a/textproc/gocr/Makefile +++ b/textproc/gocr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/16 21:46:02 snj Exp $ DISTNAME= gocr-0.37 CATEGORIES= textproc @@ -10,6 +10,6 @@ COMMENT= GOCR is a set of OCR tools GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" |