diff options
author | kris <kris@FreeBSD.org> | 2000-07-03 09:39:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-03 09:39:21 +0800 |
commit | cf0b2bd0fa44137e19ccca4b1f4d77429ca330bb (patch) | |
tree | 365f8070e8c46a8df1212f8a2e1a4490393457f6 | |
parent | f77df7d71ba2cbdb54a8c728bbe0f5b3177703b8 (diff) | |
download | freebsd-ports-gnome-cf0b2bd0fa44137e19ccca4b1f4d77429ca330bb.tar.gz freebsd-ports-gnome-cf0b2bd0fa44137e19ccca4b1f4d77429ca330bb.tar.zst freebsd-ports-gnome-cf0b2bd0fa44137e19ccca4b1f4d77429ca330bb.zip |
This port was missing a dependency on kdelibs11
Noticed by: bento
-rw-r--r-- | news/krn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/krn/Makefile b/news/krn/Makefile index 7f6c4f90d1eb..0585a2d78817 100644 --- a/news/krn/Makefile +++ b/news/krn/Makefile @@ -15,7 +15,8 @@ MAINTAINER= adsharma@sharmas.dhs.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ uu.1:${PORTSDIR}/converters/uulib \ - mimelib.2:${PORTSDIR}/converters/kdesupport11 + mimelib.2:${PORTSDIR}/converters/kdesupport11 \ + kdecore.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes |