[Midnightbsd-cvs] mports [15526] trunk/graphics/gtk-update-icon-cache/Makefile: drop sanity check as its invalid on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 26 19:16:47 EDT 2013


Revision: 15526
          http://svnweb.midnightbsd.org/mports/?rev=15526
Author:   laffer1
Date:     2013-09-26 19:16:46 -0400 (Thu, 26 Sep 2013)
Log Message:
-----------
drop sanity check as its invalid on magus

Modified Paths:
--------------
    trunk/graphics/gtk-update-icon-cache/Makefile

Modified: trunk/graphics/gtk-update-icon-cache/Makefile
===================================================================
--- trunk/graphics/gtk-update-icon-cache/Makefile	2013-09-26 23:14:40 UTC (rev 15525)
+++ trunk/graphics/gtk-update-icon-cache/Makefile	2013-09-26 23:16:46 UTC (rev 15526)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gtk-update-icon-cache
 PORTVERSION=	2.24.19
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -10,6 +11,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	gtk-update-icon-cache utility from the Gtk+ toolkit.
+
 LICENSE=	lgpl
 
 BUILD_DEPENDS+=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
@@ -23,7 +25,7 @@
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomehack atk pango gdkpixbuf2 ltverhack
-USES=		gettext
+USES=		gettext pkgconfig
 USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
 		xcomposite
 PATCHDIR=	${.CURDIR}/../../x11-toolkits/gtk20/files
@@ -38,12 +40,6 @@
 
 .include <bsd.port.pre.mk>
 
-pre-configure:
-.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc)
-	@${ECHO_CMD} "${PKGNAME}: Needs cairo with X11 support enabled."
-	@${FALSE}
-.endif
-
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \
 		${PREFIX}/bin/



More information about the Midnightbsd-cvs mailing list