diff options
Diffstat (limited to 'deskutils/gnome-screenshot/Makefile')
-rw-r--r-- | deskutils/gnome-screenshot/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/gnome-screenshot/Makefile b/deskutils/gnome-screenshot/Makefile index 50c58235a..170d64af6 100644 --- a/deskutils/gnome-screenshot/Makefile +++ b/deskutils/gnome-screenshot/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= gnome-screenshot PORTVERSION= 3.4.1 @@ -20,9 +16,9 @@ LIB_DEPENDS= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 CONFLICTS= gnome-utils-2.[0-9]* USE_XZ= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk30 +USE_GNOME= gnomeprefix intlhack gtk30 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |