diff options
author | pav <pav@FreeBSD.org> | 2010-01-27 17:59:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-27 17:59:35 +0800 |
commit | c369536848aaa59c6a479790a74b43b986a98526 (patch) | |
tree | adc14607b6b434628b9137712b6622a256344cbf /net/liferea/Makefile | |
parent | 6ebcdb5da5889e7577deaf9d438ddd1a7803b5fc (diff) | |
download | freebsd-ports-gnome-c369536848aaa59c6a479790a74b43b986a98526.tar.gz freebsd-ports-gnome-c369536848aaa59c6a479790a74b43b986a98526.tar.zst freebsd-ports-gnome-c369536848aaa59c6a479790a74b43b986a98526.zip |
- Update to 1.6.2
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 2a4655978a42..dafd9078b654 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liferea -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= net gnome MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION} @@ -18,6 +18,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ USE_GNOME= gnomeprefix gnomehack libglade2 USE_GMAKE= yes +USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |