diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
commit | feb212beb00bfe3bc18e398c9d57084415ce3efd (patch) | |
tree | bc6deb450f4a254989bf685e19706e7650292054 /news/knews | |
parent | d5de07a8628945aec146b409e0a5ce15aeaf20b5 (diff) |
Correct whitespace introduced during PORTNAME conversion and portlint
Notes
Notes:
svn path=/head/; revision=27846
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 471cf14e3261..58dd0d10d036 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -12,11 +12,11 @@ MASTER_SITES= http://www.matematik.su.se/~kjj/ MAINTAINER= andreas@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ +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 +RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ |