diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-22 06:29:01 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-22 06:29:01 +0000 |
commit | 42c44957e8c26fc7c9ac04f5c8befd5d95773b96 (patch) | |
tree | c62abfed881e7d5866c7327a217af4057712b6b8 | |
parent | e1bb955ab740a3f539005b0137d8509b0354a708 (diff) | |
download | ports-42c44957e8c26fc7c9ac04f5c8befd5d95773b96.tar.gz ports-42c44957e8c26fc7c9ac04f5c8befd5d95773b96.zip |
Notes
-rw-r--r-- | news/knews/Makefile | 6 | ||||
-rw-r--r-- | news/knews/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 58dd0d10d036..5de45f376e4d 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -14,9 +14,9 @@ MAINTAINER= andreas@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ - compface:${PORTSDIR}/mail/faces -RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter + png.3:${PORTSDIR}/graphics/png +# compface:${PORTSDIR}/mail/faces +RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ diff --git a/news/knews/files/patch-aa b/news/knews/files/patch-aa index ebc00fe1fa1f..ebcb21145c1b 100644 --- a/news/knews/files/patch-aa +++ b/news/knews/files/patch-aa @@ -18,7 +18,7 @@ -#define HAVE_COMPFACE 0 +#define HAVE_JPEG 1 +#define HAVE_PNG 1 -+#define HAVE_COMPFACE 1 ++#define HAVE_COMPFACE 0 |