From 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 14 Oct 2006 08:54:54 +0000 Subject: Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) --- www/gnome-web-photo/Makefile | 7 ++++--- www/gnome-web-photo/pkg-plist | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'www/gnome-web-photo') diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index 8594ff3e50b1..6d0214a61d58 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/www/gnome-web-photo/Makefile,v 1.1 2005/12/01 06:25:42 ahze Exp $ +# $MCom: ports/www/gnome-web-photo/Makefile,v 1.3 2006/08/20 01:51:48 mezz Exp $ # PORTNAME= gnome-web-photo PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -20,8 +21,8 @@ USE_GECKO= firefox seamonkey xulrunner firefox-devel<->firefox GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko=${GECKO} USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomevfs2 gnomehack +USE_XLIB= yes +USE_GNOME= gnomevfs2 gnomehack gnomeprefix GCONF_SCHEMAS= thumbnailer.schemas .include diff --git a/www/gnome-web-photo/pkg-plist b/www/gnome-web-photo/pkg-plist index a24099dfbeaf..816a430a88e0 100644 --- a/www/gnome-web-photo/pkg-plist +++ b/www/gnome-web-photo/pkg-plist @@ -1,6 +1,6 @@ bin/gnome-web-photo bin/gnome-web-print bin/gnome-web-thumbnail -%%DATADIR%%/prefs.js -%%DATADIR%%/style.css -@dirrm %%DATADIR%% +share/gnome/gnome-web-photo/prefs.js +share/gnome/gnome-web-photo/style.css +@dirrm share/gnome/gnome-web-photo -- cgit