diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-11 17:21:33 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-11 17:21:33 +0000 |
commit | 183cdb8416a9780c9cbc913119bd414f5065a464 (patch) | |
tree | 88d64092a337db8d28f31038b3dc9ec90acb93cb /news/newsx | |
parent | f3a1a46ecd3013f87dbccd85a77cc0cc4651f4ca (diff) | |
download | ports-183cdb8416a9780c9cbc913119bd414f5065a464.tar.gz ports-183cdb8416a9780c9cbc913119bd414f5065a464.zip |
Notes
Diffstat (limited to 'news/newsx')
-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 |