diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:22:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:22:16 +0000 |
commit | a79598797cfd2c086807fc7f58dd362148d38200 (patch) | |
tree | 002d8a870d10c160b06355ee1a4e4aae1422741c /sysutils | |
parent | 9f66d59efc75c697aaaae764dabf07fc21d3526f (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-pkgview/Makefile | 4 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index 65dea5d2971d..2b15b5dfd647 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -4,14 +4,14 @@ PORTNAME= gnome-pkgview PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/ MAINTAINER= gnome@FreeBSD.org COMMENT= Displays the version of GNOME components installed -USE_GNOME= gnomeprefix gnomehier libgnomeui intlhack +USE_GNOME= gnomeprefix libgnomeui intlhack USES= gettext gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 91455d274beb..7856c588b7bb 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -4,7 +4,7 @@ PORTNAME= polkit PORTVERSION= 0.105 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -14,7 +14,7 @@ COMMENT= Framework for controlling access to system-wide components LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus -USE_GNOME= glib20 intlhack gnomehier introspection +USE_GNOME= glib20 intlhack introspection USES= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |