diff options
Diffstat (limited to 'deskutils/gnome-shell-extension-weather/Makefile')
-rw-r--r-- | deskutils/gnome-shell-extension-weather/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/gnome-shell-extension-weather/Makefile b/deskutils/gnome-shell-extension-weather/Makefile index 68cdcb12529c..0881b11cda9d 100644 --- a/deskutils/gnome-shell-extension-weather/Makefile +++ b/deskutils/gnome-shell-extension-weather/Makefile @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= gnome-shell-extension-weather -PORTVERSION= 0.0.0.20141126 +PORTVERSION= 0.0.0.20150421 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Weather extension for the GNOME3 shell -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell -USES= autoreconf:build gettext gmake libtool pkgconfig tar:xz +USES= autoreconf gettext gmake libtool pkgconfig tar:xz USE_GNOME= glib20 intlhack USE_GITHUB= yes USE_LDCONFIG= yes @@ -21,14 +20,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GH_ACCOUNT= Neroth -GH_TAGNAME= 329139f +GH_PROJECT= gnome-shell-extension-weather +GH_TAGNAME= 746debe PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves GLIB_SCHEMAS= org.gnome.shell.extensions.weather.gschema.xml -pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh - ${intlhack_PRE_PATCH} - .include <bsd.port.mk> |