diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
commit | 1d62d821d98b26ab18c67ccecf7443fb4bff2378 (patch) | |
tree | 7021fdbe169b6d22a6a7e8146e2e1754162e9221 /news | |
parent | c210151c2fd41fe4f010938b8c04cfbf588b1088 (diff) | |
download | ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.tar.gz ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index b26be5a1b675..bedc86cef49e 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: knews -# Date created: Sun Apr 14 09:23:59 MET DST 1996 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# +# Created by: Andreas Klemm <andreas@klemm.gtn.com> # $FreeBSD$ -# PORTNAME= knews PORTVERSION= 1.0b.1 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= A threaded nntp newsreader for X -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ compface:${PORTSDIR}/mail/faces RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter |