diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
commit | 385d26eb0b018e6d47691f612a3425668c84b18d (patch) | |
tree | 3d4693fdedbfd2cb4d91b7f7051164977a1812f5 /news | |
parent | Add qthreads dependency + remove whitespace before EOL in plist. (diff) |
Various fixes:
- Put kdesupport11 dependency back. I forgot that it is not implied by
kdelibs11 as kdesupport2 is by kdelibs2.
- HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed.
- Add X11 headers to CPPFLAGS for moonshine (extreme case).
Diffstat (limited to 'news')
-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 9f71c4ac5018..83ce1da81206 100644 --- a/news/krn/Makefile +++ b/news/krn/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= adsharma@sharmas.dhs.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ + uu.1:${PORTSDIR}/converters/uulib USE_KDELIBS_VER=1 GNU_CONFIGURE= yes |