diff options
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 56f98e564f32..8b291d7cd747 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liferea -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -20,8 +20,7 @@ RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla .endif USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \ - gnomevfs2 +USE_GNOME= gnomeprefix gnomehack libgtkhtml USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 @@ -43,7 +42,4 @@ post-patch: ${WRKSRC}/configure .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |