diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-04-10 18:17:23 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-04-10 18:17:23 +0000 |
commit | c08ca91f34579e99f1bc29a25752c922428d89a6 (patch) | |
tree | b11cd1e9e8d1659e45d188b77131c4a80ba90f5e /graphics/nip2/Makefile | |
parent | 4aff408fe46b9d0b60b9647351a2baa0daf401ee (diff) | |
download | ports-c08ca91f34579e99f1bc29a25752c922428d89a6.tar.gz ports-c08ca91f34579e99f1bc29a25752c922428d89a6.zip |
Update nip to latest version 7.10.10.
Name changed to `nip2' by authors.
Notes
Notes:
svn path=/head/; revision=132913
Diffstat (limited to 'graphics/nip2/Makefile')
-rw-r--r-- | graphics/nip2/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index bc931d74984e..d8a0b00ae6d4 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -5,26 +5,24 @@ # $FreeBSD$ # -PORTNAME= nip -PORTVERSION= 7.8.14 +PORTNAME= nip2 +PORTVERSION= 7.10.10 CATEGORIES= graphics -MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.8/ +MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.10/ MAINTAINER= lev@FreeBSD.org COMMENT= Graphical user interface for VIPS -LIB_DEPENDS= vips.0:${PORTSDIR}/graphics/vips \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra +LIB_DEPENDS= vips.14:${PORTSDIR}/graphics/vips \ + xml2.5:${PORTSDIR}/textproc/libxml2 USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 -USE_XLIB= yes USE_REINPLACE= yes -MAN1= nip.1 +MAN1= nip2.1 .include <bsd.port.pre.mk> |