diff options
author | thierry <thierry@FreeBSD.org> | 2007-02-12 01:21:33 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-02-12 01:21:33 +0800 |
commit | b7b9c690014f7b40e9b7f73c29fd1ec86c268750 (patch) | |
tree | 2ef389edcc367b4cb4cff1613c82c6f91473a414 /news/newsx/Makefile | |
parent | 1cc1cd48fb2778160c9252b6d2be286100722b89 (diff) | |
download | freebsd-ports-gnome-b7b9c690014f7b40e9b7f73c29fd1ec86c268750.tar.gz freebsd-ports-gnome-b7b9c690014f7b40e9b7f73c29fd1ec86c268750.tar.zst freebsd-ports-gnome-b7b9c690014f7b40e9b7f73c29fd1ec86c268750.zip |
Change BROKEN into IGNORE: newsx does not build on the cluster ATM since
INN does not install its default configuration files any more when
installed as a package, but the port is OK.
Diffstat (limited to 'news/newsx/Makefile')
-rw-r--r-- | news/newsx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index 1f39bf1f2f0c..dd0aa5044d5d 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -20,7 +20,9 @@ BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .endif -BROKEN= Configure fails +.if defined(PACKAGE_BUILDING) +IGNORE= a configured INN is required +.endif GNU_CONFIGURE= yes |