diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 11:31:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 11:31:44 +0000 |
commit | 71e4c09f69f16ea02c681a14c88674ce6fd5b6de (patch) | |
tree | d8196e9072be573930428c27903e07864401bab0 /graphics/exif/Makefile | |
parent | c077ce0ba5c2f1d4672bca3d82284578ce7309fb (diff) |
Notes
Diffstat (limited to 'graphics/exif/Makefile')
-rw-r--r-- | graphics/exif/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index f91f2d777805..d010b70088be 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -6,8 +6,7 @@ # PORTNAME= exif -PORTVERSION= 0.6.17 -PORTREVISION= 1 +PORTVERSION= 0.6.19 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -19,7 +18,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE} +MAKE_JOBS_SAFE= yes .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix |