diff options
Diffstat (limited to 'textproc/gocr/Makefile')
-rw-r--r-- | textproc/gocr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/gocr/Makefile b/textproc/gocr/Makefile index a2d7bb4dcf0..55c47eaa1e2 100644 --- a/textproc/gocr/Makefile +++ b/textproc/gocr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/22 12:34:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/24 17:47:25 wiz Exp $ DISTNAME= gocr-0.37 CATEGORIES= textproc @@ -10,8 +10,6 @@ COMMENT= GOCR is a set of OCR tools GNU_CONFIGURE= yes USE_GMAKE= yes - -MAKE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |