diff options
author | will <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
commit | 0b1c225d870dea60f65dd10e4eb59de4e7a1a193 (patch) | |
tree | de6a224af6ecaeb2457ceffa6bc4b299155fddac /news/krn | |
parent | 4b88dd6205457b5aa2f2ed7c3aadc856c75f1b55 (diff) | |
download | FreeBSD-ports-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.zip FreeBSD-ports-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.tar.gz |
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/krn')
-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 9f71c4a..83ce1da 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 |