diff options
Diffstat (limited to 'deskutils/gnome-system-log/Makefile')
-rw-r--r-- | deskutils/gnome-system-log/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/gnome-system-log/Makefile b/deskutils/gnome-system-log/Makefile index 634bf93ab..f8c25fa66 100644 --- a/deskutils/gnome-system-log/Makefile +++ b/deskutils/gnome-system-log/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$ -# +# $MCom: ports/trunk/deskutils/gnome-system-log/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gnome-system-log PORTVERSION= 3.4.1 @@ -18,11 +14,11 @@ COMMENT= GNOME 3 system log viewer CONFLICTS= gnome-utils-2.[0-9]* USE_XZ= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gnomedocutils +USE_GNOME= gnomeprefix intlhack gtk30 gnomedocutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |