diff options
Diffstat (limited to 'net/libgweather3/Makefile')
-rw-r--r-- | net/libgweather3/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/libgweather3/Makefile b/net/libgweather3/Makefile index 743210e83..619207675 100644 --- a/net/libgweather3/Makefile +++ b/net/libgweather3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgweather -# Date created: 14th Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/net/libgweather3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= libgweather PORTVERSION= 3.4.1 @@ -15,18 +11,18 @@ 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.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme CONFLICTS= libgweather-2.[0-9]* LATEST_LINK= libgweather3 -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack gtk30 +USE_GNOME= gnomeprefix intlhack gconf2 ltverhack gtk30 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |