diff options
author | pav <pav@FreeBSD.org> | 2010-06-03 19:31:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-03 19:31:44 +0800 |
commit | 3519adfa94495c07698d0776c2f2706060bb3d95 (patch) | |
tree | df7c56f9381555c24a51d98a373fa9402568025b /graphics/exif/Makefile | |
parent | fe6f68f684d63f38152c99dffd9ec756e8ee1cfd (diff) | |
download | freebsd-ports-gnome-3519adfa94495c07698d0776c2f2706060bb3d95.tar.gz freebsd-ports-gnome-3519adfa94495c07698d0776c2f2706060bb3d95.tar.zst freebsd-ports-gnome-3519adfa94495c07698d0776c2f2706060bb3d95.zip |
- Update to 0.6.19
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 |