aboutsummaryrefslogtreecommitdiffstats
path: root/net/liferea/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-06 22:52:40 +0800
committerpav <pav@FreeBSD.org>2004-11-06 22:52:40 +0800
commiteb3240ac33c02d8e4d1db1a6730ae2d487300ff1 (patch)
treed69f41f54fa966a842da16d5783e2fe4a8940059 /net/liferea/Makefile
parent5d82c948e40c828a44b495eedf13be38d345baa0 (diff)
downloadfreebsd-ports-gnome-eb3240ac33c02d8e4d1db1a6730ae2d487300ff1.tar.gz
freebsd-ports-gnome-eb3240ac33c02d8e4d1db1a6730ae2d487300ff1.tar.zst
freebsd-ports-gnome-eb3240ac33c02d8e4d1db1a6730ae2d487300ff1.zip
- Update to 0.6.1
- Simplify dependencies, update gconf handling to new scheme, scrape pkg-message Approved by: perky (maintainer)
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r--net/liferea/Makefile8
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>