diff options
-rw-r--r-- | net/liferea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 19c0b2aa05b..c8562ecde91 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,6 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -16,7 +17,6 @@ COMMENT= Simple RSS/RDF feed reader LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -USE_GECKO= firefox mozilla USE_GNOME= gnomeprefix gnomehack libgtkhtml libglade2 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -51,7 +51,7 @@ LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls .endif .ifdef WITH_MOZILLA -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +USE_GECKO= firefox mozilla CONFIGURE_ARGS+=--enable-gecko=${GECKO} PLIST_SUB+= MOZ="" .else |