diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-30 20:54:46 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-30 20:54:46 +0000 |
commit | 792937dbb9b6a1c38b2a316f37a9ba95345b0c82 (patch) | |
tree | c217fbd396e114d5a0d094b6909f79f560021a2e /www/galeon/Makefile | |
parent | 8a4c3d321537d05f92254136228a1dafd33355c6 (diff) | |
download | FreeBSD-ports-792937dbb9b6a1c38b2a316f37a9ba95345b0c82.zip FreeBSD-ports-792937dbb9b6a1c38b2a316f37a9ba95345b0c82.tar.gz |
-Update to 2.0.1.
-Make portlint a bit happier.
-Add xulrunner; it's untest and changelog said that it supports now.
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 085df7e..be224b7 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -7,7 +7,7 @@ # PORTNAME= galeon -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine) -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//} USE_BZIP2= yes USE_X_PREFIX= yes @@ -25,7 +25,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils \ gnomedesktop GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes +USE_GETTEXT= yes CONFIGURE_ARGS= --enable-nautilus-view=no \ --with-mozilla=${GECKO} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ |