diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:41:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:41:29 +0000 |
commit | 769d9b1fe90431afdc23c5b504352f71322babe3 (patch) | |
tree | fd359dd4887f4d378996d93a6a5a5c1ef6c0b6ca /x11/qt4-tiff | |
parent | 97a22820301c982df9e2ca01524127580140c9b5 (diff) | |
download | pkgsrc-769d9b1fe90431afdc23c5b504352f71322babe3.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'x11/qt4-tiff')
-rw-r--r-- | x11/qt4-tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile index 6109c97debc..05afab1dde2 100644 --- a/x11/qt4-tiff/Makefile +++ b/x11/qt4-tiff/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2012/01/12 22:59:59 adam Exp $ +# $NetBSD: Makefile,v 1.23 2012/02/06 12:42:24 wiz Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tiff-${QTVERSION} +PKGREVISION= 1 COMMENT= QT TIFF image format plugin CONFIGURE_ARGS+= -I${QTDIR}/include |