diff options
author | marcus <marcus@FreeBSD.org> | 2008-05-01 09:01:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-05-01 09:01:48 +0800 |
commit | 8c594834eb7b2f29039e65f625eb8cc9d53a29b5 (patch) | |
tree | 8d138905e252efb4bc55a69ff3718b5ad6bf1230 /sysutils | |
parent | 0537fc7527056f0b181ff0bfcce75cf22b114dd8 (diff) | |
download | freebsd-ports-gnome-8c594834eb7b2f29039e65f625eb8cc9d53a29b5.tar.gz freebsd-ports-gnome-8c594834eb7b2f29039e65f625eb8cc9d53a29b5.tar.zst freebsd-ports-gnome-8c594834eb7b2f29039e65f625eb8cc9d53a29b5.zip |
Remove bash RUN_DEPENDS. Bash really isn't needed.
Reported by: Tijl Coosemans <tijl@ulyssis.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 71b8cc2eae6c..5f0bcfa6a3ac 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -8,6 +8,7 @@ PORTNAME= policykit PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-${PORTVERSION} @@ -20,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ expat.6:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GNOME= gnomehack gnometarget glib20 intlhack USE_GMAKE= yes |