diff options
Diffstat (limited to 'ftp/gwget')
-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> |