diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-25 14:41:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-25 14:41:24 +0800 |
commit | 0848f3f35017e23e777bdd41cbae80906b622ec5 (patch) | |
tree | 9a653d2bb13d114eb24e52433f75649ea654e0f3 /ports-mgmt | |
parent | 8f60391d6288508f9ced3514a3a9a3b4a0e09f50 (diff) | |
download | freebsd-ports-gnome-0848f3f35017e23e777bdd41cbae80906b622ec5.tar.gz freebsd-ports-gnome-0848f3f35017e23e777bdd41cbae80906b622ec5.tar.zst freebsd-ports-gnome-0848f3f35017e23e777bdd41cbae80906b622ec5.zip |
Make sure run_deps is uncommented.
Note to self, if you comment items to test things. Make sure to uncomment them
before committing.
Submitted by: pointyhat via miwi
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 643e93356a19..cfe0d7c01f70 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -4,7 +4,7 @@ PORTNAME= PackageKit PORTVERSION= 0.6.11 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -17,9 +17,9 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ polkit-gobject-1:${PORTSDIR}/sysutils/polkit \ ck-connector:${PORTSDIR}/sysutils/consolekit -#RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ -# ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ -# ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ + ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ + ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_GMAKE= yes USE_GETTEXT= yes |