diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-02-09 07:11:37 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-02-09 07:11:37 +0800 |
commit | b66b5e0aebb920a713e283456c78f3986895bc92 (patch) | |
tree | 2f9e0d184eb9e551aacae3fb1f193e0afe289c26 /sysutils | |
parent | 34b046a23d1a2e39671b7e8751675ecd4babb8a2 (diff) | |
download | freebsd-ports-gnome-b66b5e0aebb920a713e283456c78f3986895bc92.tar.gz freebsd-ports-gnome-b66b5e0aebb920a713e283456c78f3986895bc92.tar.zst freebsd-ports-gnome-b66b5e0aebb920a713e283456c78f3986895bc92.zip |
- Fix incorrect RUN_DEPENDS
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pcbsd-utils-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index 4ca80bfffc0d..437f7c203ac8 100644 --- a/sysutils/pcbsd-utils-qt5/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -12,7 +12,7 @@ COMMENT= PC-BSD Qt5 Utilities LICENSE= BSD -RUN_DEPENDS= lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \ +RUN_DEPENDS= pc-updatemanager:${PORTSDIR}/sysutils/pcbsd-utils \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ cdda2wav:${PORTSDIR}/sysutils/cdrtools LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |