diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
commit | f0f85404dfce3e0ebbadd313810114113980462d (patch) | |
tree | 019a09fb19794d0c67582d0fe097a5fb00e9061c /news | |
parent | 55febf1222367b4f8ce2413e01fd581c093822ca (diff) | |
download | freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.gz freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.zst freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'news')
-rw-r--r-- | news/openftd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile index f86736e4fd44..743d9d49b1dd 100644 --- a/news/openftd/Makefile +++ b/news/openftd/Makefile @@ -8,7 +8,7 @@ PORTNAME= openftd PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.icheb.nl/mirrors/openftd/ @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GECKO= firefox +USE_GECKO= libxul USE_GNOME= glib20 libxml2 gtk20 libgnome gtkhtml3 libxslt @@ -40,5 +40,4 @@ CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \ BROKEN= Does not install .endif -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .include <bsd.port.post.mk> |