diff options
-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 9a486b5bf8ea..e04a98bab604 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -7,7 +7,7 @@ PORTNAME= gwget PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gwget.schemas -EPHY_VER= 1.4 +EPHY_VER= 1.6 .include <bsd.port.pre.mk> |