diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-10 17:08:23 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-10 17:08:23 +0000 |
commit | 736a8d26ac5ca36e9a861ceecad28a3d3ca1514e (patch) | |
tree | 3fe75b11e0fbf07386c59f260a7b309b022fce80 /news | |
parent | Upgrade to 1.51. (diff) |
Add three LIB_DEPENDS.
PR: 18966
Submitted by: Sune Falck <sune.falck@swipnet.se> (gdbm dependency)
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=29505
Diffstat (limited to 'news')
-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 91d73ff06d93..a1588ee9d591 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 |