diff options
Diffstat (limited to 'graphics/gtk-update-icon-cache')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 0af902cf2..e00aa62c0 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.11 2012/02/08 22:01:52 kwm Exp $ +# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.12 2012/08/04 09:01:12 kwm Exp $ # PORTNAME= gtk-update-icon-cache @@ -15,7 +15,7 @@ DISTNAME= gtk+-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= gtk-update-icon-cache utility from the Gtk+ toolkit. +COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING @@ -36,8 +36,8 @@ USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files CONFIGURE_ARGS= --enable-static --with-xinput=yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/gtk-update-icon-cache MAN1= gtk-update-icon-cache.1 |