diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2011-09-23 22:29:55 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2011-09-23 22:29:55 +0000 |
commit | 61f1dfd76896369f3443ee826a77e3ffb0e1256d (patch) | |
tree | 11b0e1205e24c54a5fa0b9d652904ff87a229773 /graphics/nip2/Makefile | |
parent | 6f6fbe4bdf9851de1eb6ebef5287e3007846045e (diff) | |
download | ports-61f1dfd76896369f3443ee826a77e3ffb0e1256d.tar.gz ports-61f1dfd76896369f3443ee826a77e3ffb0e1256d.zip |
Upgrade from 7.14.5 to 7.26.3.
Requested by: Doug Fortune
Notes
Notes:
svn path=/head/; revision=282283
Diffstat (limited to 'graphics/nip2/Makefile')
-rw-r--r-- | graphics/nip2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index d8828576439c..429f2ad63592 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -6,15 +6,14 @@ # PORTNAME= nip2 -PORTVERSION= 7.14.5 -PORTREVISION= 7 +PORTVERSION= 7.26.3 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Graphical user interface for VIPS -LIB_DEPENDS= vips:${PORTSDIR}/graphics/vips \ +LIB_DEPENDS= vips.3[0-9]:${PORTSDIR}/graphics/vips \ gsl:${PORTSDIR}/math/gsl \ xml2:${PORTSDIR}/textproc/libxml2 @@ -23,7 +22,7 @@ USE_GMAKE= yes USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +MAKE_JOBS_SAFE= yes # This port has no man-pages. It installs a number of HTML files, # which are available through the GUI's Help. For this reason, they # are always installed, regardless of the NOPORTDOCS setting. |