From 6dc29bdd6140d663649858f985118864c38d6fd1 Mon Sep 17 00:00:00 2001 From: kili Date: Fri, 21 Aug 2009 18:39:59 +0000 Subject: [PATCH] Actually include bernds tweak (use of MODULES) and bump. My only excuse for messing this up is the temperature (brains don't work very well at 37 deg. celsius air temperature). --- graphics/qiv/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 9918c81da01..017a5824fb0 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2009/08/20 18:58:39 kili Exp $ +# $OpenBSD: Makefile,v 1.15 2009/08/21 18:39:59 kili Exp $ COMMENT= very small and pretty fast gdk/Imlib image viewer DISTNAME= qiv-2.2.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= graphics EXTRACT_SUFX= .tgz @@ -21,12 +22,14 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp \ - Xext Xfixes Xi Xinerama Xrandr Xrender c \ - cairo expat fontconfig freetype gio-2.0 \ - glib-2.0 glitz gmodule-2.0 gobject-2.0 iconv \ - intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pixman-1 png pthread-stubs xcb z +WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ + Xi Xinerama Xrandr Xrender c cairo expat fontconfig \ + freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \ + gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ + pixman-1 png pthread-stubs xcb z + +MODULES= devel/gettext + USE_GMAKE= Yes USE_X11= Yes NO_REGRESS= Yes