diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-23 07:22:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-23 07:22:16 +0800 |
commit | 61bbeaf5c98a96b12607ed1f164f50faa8e393a9 (patch) | |
tree | 002d8a870d10c160b06355ee1a4e4aae1422741c | |
parent | 07ca671bb26a07a5bf671c72a8bad45c8c973dc7 (diff) | |
download | freebsd-ports-gnome-61bbeaf5c98a96b12607ed1f164f50faa8e393a9.tar.gz freebsd-ports-gnome-61bbeaf5c98a96b12607ed1f164f50faa8e393a9.tar.zst freebsd-ports-gnome-61bbeaf5c98a96b12607ed1f164f50faa8e393a9.zip |
Get rid of gnomehier
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-pkgview/Makefile | 4 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 71d795e91c9d..afb4753f0df7 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -4,7 +4,7 @@ PORTNAME= PackageKit PORTVERSION= 0.6.11 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -19,7 +19,7 @@ RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof USES= execinfo gettext gmake iconv libtool pathfix pkgconfig \ python:build shared-mime-info -USE_GNOME= glib20 intltool gnomehier introspection +USE_GNOME= glib20 intltool introspection USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes 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 |