diff options
Diffstat (limited to 'deskutils/gnome-screenshot/Makefile')
-rw-r--r-- | deskutils/gnome-screenshot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-screenshot/Makefile b/deskutils/gnome-screenshot/Makefile index e7c4f687cfc9..04389ccddab7 100644 --- a/deskutils/gnome-screenshot/Makefile +++ b/deskutils/gnome-screenshot/Makefile @@ -1,9 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/deskutils/gnome-screenshot/Makefile 19966 2014-10-16 06:32:52Z gusi $ PORTNAME= gnome-screenshot -PORTVERSION= 3.14.0 +PORTVERSION= 3.16.2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,9 +13,10 @@ COMMENT= GNOME 3 utility for making picutures of your screen LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 CONFLICTS= gnome-utils-2.[0-9]* +PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= gnomeprefix gtk30 intlhack +USE_GNOME= gtk30 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |