diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-08 21:02:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-08 21:02:28 +0000 |
commit | d77188b8bccb0992633b4318ee3c0f2edb549531 (patch) | |
tree | fdc4c89cdb6f34903fcfbbb6ce9a48a704484b12 /ftp | |
parent | - ldconfig'ify ${PREFIX}/lib/apache2 at install time. (diff) |
- Catch up Epiphany update
PR: ports/73671
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=121153
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gwget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index 75769df5b815..25796efaeb68 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -7,7 +7,7 @@ PORTNAME= gwget PORTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gwget @@ -22,7 +22,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -EPHY_VER= 1.2 +EPHY_VER= 1.4 .include <bsd.port.pre.mk> |