diff options
author | lofi <lofi@FreeBSD.org> | 2005-10-10 05:35:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-10-10 05:35:15 +0800 |
commit | 9b23d91ed0b5fb89daa576ab5876016137e9dfad (patch) | |
tree | ecfd45116b455bec6a84d9ab51474a16c372f7d7 /graphics/sane-backends | |
parent | 45a000590c3d8eab2ab2e346397ed6ff524dc239 (diff) | |
download | freebsd-ports-gnome-9b23d91ed0b5fb89daa576ab5876016137e9dfad.tar.gz freebsd-ports-gnome-9b23d91ed0b5fb89daa576ab5876016137e9dfad.tar.zst freebsd-ports-gnome-9b23d91ed0b5fb89daa576ab5876016137e9dfad.zip |
Disable broken device locking.
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 |