diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:01:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:01:35 +0000 |
commit | c92a57b22a15bd2ab285fe2787743f5845e66ea3 (patch) | |
tree | c6e8cf08e9f661ad1a19a31e49d5eb7a9b570fdf /net/libgweather | |
parent | 970c165d872469bfeaa7bc786d7e4edde7118e67 (diff) | |
download | ports-c92a57b22a15bd2ab285fe2787743f5845e66ea3.tar.gz ports-c92a57b22a15bd2ab285fe2787743f5845e66ea3.zip |
Notes
Diffstat (limited to 'net/libgweather')
-rw-r--r-- | net/libgweather/Makefile | 14 | ||||
-rw-r--r-- | net/libgweather/pkg-plist | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index ce70ffb66b58..6a0bbb9cc7f2 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgweather PORTVERSION= 2.30.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -12,22 +12,20 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library to accessing online weather informations BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme CONFLICTS= libgweather-3.[0-9]* -USES= gettext pathfix pkgconfig -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gconf2 ltverhack +USES= gmake gettext libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix intlhack gconf2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= gweather.schemas -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist index 9fe57249803a..205985a0ddcc 100644 --- a/net/libgweather/pkg-plist +++ b/net/libgweather/pkg-plist @@ -11,6 +11,7 @@ lib/libgweather.a lib/libgweather.la lib/libgweather.so lib/libgweather.so.1 +lib/libgweather.so.1.6.10 libdata/pkgconfig/gweather.pc %%DOCSDIR%%/GWeatherLocationEntry.html %%DOCSDIR%%/GWeatherTimezoneMenu.html |