diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-10-09 21:35:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-10-09 21:35:15 +0000 |
commit | 4455532d2de14db53af799333e9e9f06dc39438e (patch) | |
tree | d7552c67db71efb9d943821cee79564a9f74281b /graphics/sane-backends | |
parent | 5568758603238e553df7b6466f3d9564a57e6631 (diff) |
Notes
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 58e709cbd6c7..4691a4052921 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -7,6 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.16 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://alioth.debian.org/download.php/1079/ \ ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ @@ -31,7 +32,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-docdir=${DOCSDIR} +CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --disable-locking MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes |