diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
commit | de78af3ac53da4687d22975cd2e236a0668d9a0d (patch) | |
tree | d9c023ed56bfb9a9663ac490476a1cca76b1c499 /textproc/fixrtf | |
parent | 1c61847a1158728babbb2e3016e7b369abef3304 (diff) |
Notes
Diffstat (limited to 'textproc/fixrtf')
-rw-r--r-- | textproc/fixrtf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/fixrtf/Makefile b/textproc/fixrtf/Makefile index aa96fcd9474c..674f09165cc2 100644 --- a/textproc/fixrtf/Makefile +++ b/textproc/fixrtf/Makefile @@ -9,6 +9,7 @@ PORTNAME= fixrtf PORTVERSION= 0.1.20060303 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none @@ -19,7 +20,7 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= A patch making it possible to embed PNGs into RTFs -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/src |