- Fix bash shebangs, add bash run-dependency

- Add CPE info

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-06-04 09:40:52 +00:00
parent 2f3a00c96e
commit 13f014508c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388511

View file

@ -15,10 +15,14 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
libck-connector.so:${PORTSDIR}/sysutils/consolekit libck-connector.so:${PORTSDIR}/sysutils/consolekit
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \
bash:${PORTSDIR}/shells/bash
USES= execinfo gettext gmake iconv libtool pathfix pkgconfig \ USES= cpe execinfo gettext gmake iconv libtool pathfix pkgconfig \
python:build shared-mime-info python:build shared-mime-info shebangfix
CPE_VENDOR= packagekit_project
SHEBANG_FILES= backends/test/helpers/search-name.sh \
contrib/cron/packagekit-background.cron
USE_GNOME= glib20 intltool introspection USE_GNOME= glib20 intltool introspection
USE_SQLITE= 3 USE_SQLITE= 3
USE_LDCONFIG= yes USE_LDCONFIG= yes