summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-03-21 13:35:07 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-03-21 13:35:07 +0000
commit19c72d4e319eff5b7b8a19ba22fa84362eb9c27c (patch)
tree45855fa4fb1974b3afce29856958509448b6db8e /news
parentThanks to vanilla, I got the distfile. (diff)
remove BROKENNESS
forgot to add patch-ac tested packaging Reviewed by: as requested by Satoshi
Notes
Notes: svn path=/head/; revision=10269
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile4
-rw-r--r--news/knews/scripts/pre-configure2
2 files changed, 2 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 3ee2c0f5f0bc..eda9940747cc 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.10 1998/03/14 16:35:58 andreas Exp $
+# $Id: Makefile,v 1.11 1998/03/21 12:40:53 asami Exp $
#
DISTNAME= knews-1.0b.0
@@ -17,8 +17,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
png\\.0\\.:${PORTSDIR}/graphics/png
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp
-BROKEN= jpeglib.h
-
WRKSRC= ${WRKDIR}/knews
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
diff --git a/news/knews/scripts/pre-configure b/news/knews/scripts/pre-configure
index e74060657262..364cfdde63a7 100644
--- a/news/knews/scripts/pre-configure
+++ b/news/knews/scripts/pre-configure
@@ -6,7 +6,7 @@ echo "sh users: in .profile: NNTPSERVER=host.domain; export NNTPSERVER"
# work around a problem with bmake regarding files ending in .l
#
-FILES_TO_PATCH="kedit.c widgets.c save.c search.c"
+FILES_TO_PATCH="widgets.c save.c search.c"
for file in $FILES_TO_PATCH
do
ed -s ${WRKSRC}/src/${file} <<-EOF