diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-28 20:45:37 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-28 20:45:37 +0800 |
commit | 851f027c51b762efc3055b7c22506437ae0682f3 (patch) | |
tree | c981f6dc9d07e28a5a4371b20c214f71af51b7f5 /www/gnome-web-photo | |
parent | d88d4cff6f364530712fe142c020c9ade283e57d (diff) | |
download | freebsd-ports-gnome-851f027c51b762efc3055b7c22506437ae0682f3.tar.gz freebsd-ports-gnome-851f027c51b762efc3055b7c22506437ae0682f3.tar.zst freebsd-ports-gnome-851f027c51b762efc3055b7c22506437ae0682f3.zip |
- Add support for www/xulrunner (WITH_GECKO=xulrunner)
Diffstat (limited to 'www/gnome-web-photo')
-rw-r--r-- | www/gnome-web-photo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index 5eb17fb6b989..5b5527bb96c5 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Tool to generate full-size image files and thumbnails USE_BZIP2= yes -USE_GECKO= firefox seamonkey +USE_GECKO= firefox seamonkey xulrunner GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko=${GECKO} USE_GMAKE= yes |