diff options
Diffstat (limited to 'ports-mgmt/packagekit/Makefile')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index bfb5b77e2..390bda990 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -5,7 +5,7 @@ PORTNAME= packagekit PORTVERSION= 0.8.9 CATEGORIES= ports-mgmt sysutils -MASTER_SITES= http://www.packagekit.org/releases/ +MASTER_SITES= http://www.freedesktop.org/software/PackageKit/releases/ DISTNAME= PackageKit-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org @@ -15,8 +15,8 @@ BUILD_DEPENDS= docbook2man:${PORTSDIR}/textproc/docbook-utils LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= execinfo gettext gmake iconv pathfix pkgconfig \ - python:2 shared-mime-info tar:xz +USES= execinfo gettext gmake iconv libtool pathfix \ + pkgconfig python:2 shared-mime-info tar:xz USE_GNOME= glib20 intltool introspection USE_LDCONFIG= yes USE_SQLITE= 3 |