diff options
author | alex <alex@FreeBSD.org> | 2000-06-10 17:08:23 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-10 17:08:23 +0000 |
commit | 8f2c6d5e9f53069608ed8a36e85320788cc76658 (patch) | |
tree | b0dbec62ecb618b4ea17119710402921f49224a9 /news/krn | |
parent | 3e88f773966156ac0ea113b025557c535083de11 (diff) | |
download | FreeBSD-ports-8f2c6d5e9f53069608ed8a36e85320788cc76658.zip FreeBSD-ports-8f2c6d5e9f53069608ed8a36e85320788cc76658.tar.gz |
Add three LIB_DEPENDS.
PR: 18966
Submitted by: Sune Falck <sune.falck@swipnet.se> (gdbm dependency)
Reviewed by: will
Diffstat (limited to 'news/krn')
-rw-r--r-- | news/krn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/news/krn/Makefile b/news/krn/Makefile index 91d73ff..a1588ee 100644 --- a/news/krn/Makefile +++ b/news/krn/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/krn/ \ MAINTAINER= adsharma@sharmas.dhs.org +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ + uu.1:${PORTSDIR}/converters/uulib \ + mimelib.2:${PORTSDIR}/converters/kdesupport11 + USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes |