diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
commit | f25ddab47a4a0d4007e071adf6675161a80ba08e (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /www/gnome-web-photo | |
parent | 31d132c3dffed8b7610443ae2a0d49b9bb4151e3 (diff) |
Notes
Diffstat (limited to 'www/gnome-web-photo')
-rw-r--r-- | www/gnome-web-photo/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index fe2c815728ea..969bc3d5a1ef 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -1,11 +1,6 @@ -# New ports collection makefile for: gnome-web-photo -# Date created: 2005-11-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/www/gnome-web-photo/Makefile,v 1.5 2007/08/07 03:27:32 mezz Exp $ -# -# PORTNAME= gnome-web-photo PORTVERSION= 0.10.3 @@ -23,8 +18,7 @@ LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 USE_XZ= yes USE_GNOME= gconf2 gnomehack gnomeprefix -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-gtk=2.0 |