diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-30 20:54:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-30 20:54:46 +0000 |
commit | da9e1a7fcb5679b4ee838cbcdc3cc62b060676fb (patch) | |
tree | 6b4a2f38ed431ae4483f3959765738bfa0f54dbf /www/galeon/Makefile | |
parent | c8c3a5754b93564f6cc4dd0a135a9bc10da47770 (diff) | |
download | ports-da9e1a7fcb5679b4ee838cbcdc3cc62b060676fb.tar.gz ports-da9e1a7fcb5679b4ee838cbcdc3cc62b060676fb.zip |
Notes
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 085df7e101ea..be224b724f2b 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}" \ |