diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-22 15:02:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-22 15:02:46 +0000 |
commit | 5a6be62ed5c0bcfbac192b118553627dcf2e572a (patch) | |
tree | 7f1f1ec2bfa1c80b05c98269779f2ca2c306246f /graphics/gphoto2/Makefile | |
parent | cc150ad70bb279d9cf189139485ac5b6dc3dac0b (diff) | |
download | ports-5a6be62ed5c0bcfbac192b118553627dcf2e572a.tar.gz ports-5a6be62ed5c0bcfbac192b118553627dcf2e572a.zip |
Notes
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r-- | graphics/gphoto2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index a5d508d6758e..da5ad0640b0f 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gphoto2 -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto @@ -25,6 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --without-cdk +MAKE_JOBS_SAFE= yes MAN1= gphoto2.1 |