diff options
author | pav <pav@FreeBSD.org> | 2008-08-06 16:28:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-08-06 16:28:30 +0800 |
commit | c7e7d30a5f8daa020517ee974bfb50deb2be1123 (patch) | |
tree | 913ee684763db2a74dcbb5f0299ce8c6c253fe26 /net/liferea | |
parent | 0bd19dffc7e8792be9c91ea77d7df47de77aa1ca (diff) | |
download | freebsd-ports-graphics-c7e7d30a5f8daa020517ee974bfb50deb2be1123.tar.gz freebsd-ports-graphics-c7e7d30a5f8daa020517ee974bfb50deb2be1123.tar.zst freebsd-ports-graphics-c7e7d30a5f8daa020517ee974bfb50deb2be1123.zip |
- 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.
Diffstat (limited to 'net/liferea')
-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 |