mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix bash shebangs, add bash run-dependency
- Add CPE info Approved by: portmgr blanket
This commit is contained in:
parent
2f3a00c96e
commit
13f014508c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388511
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue