From c7e7d30a5f8daa020517ee974bfb50deb2be1123 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 6 Aug 2008 08:28:30 +0000 Subject: - Since USE_GECKO is now recognized by bsd.port.mk, move it down to the conditional and remove manual inclusion of bsd.gecko.mk. This fixes always-on dependency on Firefox. --- net/liferea/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/liferea') 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 -- cgit