diff options
Diffstat (limited to 'net/geocode-glib/Makefile')
-rw-r--r-- | net/geocode-glib/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index e65bf33a3c94..7187b93683af 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -1,9 +1,8 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/net/geocode-glib/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= geocode-glib -PORTVERSION= 3.14.0 +PORTVERSION= 3.16.2 CATEGORIES= net devel gnome MASTER_SITES= GNOME @@ -13,6 +12,8 @@ COMMENT= Convenience library for the geocoding and reverse geocoding LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup +PORTSCOUT= limitw:1,even + USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack USE_LDCONFIG= yes @@ -22,8 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} -e 's|SoupGNOME|Soup|' \ - ${WRKSRC}/geocode-glib/Makefile.in - .include <bsd.port.mk> |