diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /www/gnome-web-photo | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
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)
Diffstat (limited to 'www/gnome-web-photo')
-rw-r--r-- | www/gnome-web-photo/Makefile | 7 | ||||
-rw-r--r-- | www/gnome-web-photo/pkg-plist | 6 |
2 files changed, 7 insertions, 6 deletions
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 <ahze@FreeBSD.org> # # $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 <bsd.port.pre.mk> 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 |