diff options
author | pav <pav@FreeBSD.org> | 2011-06-23 16:17:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-06-23 16:17:34 +0800 |
commit | 10ceeb1fe1f0342814b09e9d30d790d54c6218ec (patch) | |
tree | 098d3a8cb70adc8e7a2b1e064f06bb71bac920e5 /net/liferea | |
parent | 8970b987e39b49249306ef46c19819e57531656b (diff) | |
download | freebsd-ports-gnome-10ceeb1fe1f0342814b09e9d30d790d54c6218ec.tar.gz freebsd-ports-gnome-10ceeb1fe1f0342814b09e9d30d790d54c6218ec.tar.zst freebsd-ports-gnome-10ceeb1fe1f0342814b09e9d30d790d54c6218ec.zip |
- CPPFLAGS now part of standard LATE_CONFIGURE_ARGS
- Add LICENSE
PR: ports/158178
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 24d3633c3eb1..7bb2e4e566b9 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -20,8 +20,8 @@ USE_GNOME= gnomeprefix gnomehack libglade2 gconf2 USE_GMAKE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-libnotify MAKE_JOBS_SAFE= yes @@ -30,6 +30,8 @@ MANLANG= "" pl GCONF_SCHEMAS= liferea.schemas INSTALLS_ICONS= yes +LICENSE= GPLv2 + post-patch: @${CP} ${FILESDIR}/liferea_dbus.xml ${WRKSRC}/src |