diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-22 16:17:20 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-22 16:17:20 +0000 |
commit | 917daa0bcefe231f9988141f62afb224d17a3aa5 (patch) | |
tree | b265edbed559d8eea22ea2b92b6ddee92284e0ac /graphics/gocr | |
parent | 224d214f796c0aad59176d285d112d91e7fde780 (diff) | |
download | ports-917daa0bcefe231f9988141f62afb224d17a3aa5.tar.gz ports-917daa0bcefe231f9988141f62afb224d17a3aa5.zip |
Notes
Diffstat (limited to 'graphics/gocr')
-rw-r--r-- | graphics/gocr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index 86b90206a281..e449a44d7594 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jocr -MAINTAINER= kay_lehmann@web.de +MAINTAINER= ports@FreeBSD.org COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm @@ -20,6 +20,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-netpbm=${LOCALBASE} +MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} DESTDIR=${DESTDIR} .if !defined(WITHOUT_X11) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 |