diff options
author | mat <mat@FreeBSD.org> | 2014-01-27 04:42:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-27 04:42:34 +0800 |
commit | f7d1ae0c3828d7e88f5ba35ebb46209843c167f2 (patch) | |
tree | 9cd382968dc62bdc29c955ab25b7ea67b5168929 /textproc/fixrtf | |
parent | a67ef17f2b6ab4fbb9ae20550e15e007fac3e51d (diff) | |
download | freebsd-ports-gnome-f7d1ae0c3828d7e88f5ba35ebb46209843c167f2.tar.gz freebsd-ports-gnome-f7d1ae0c3828d7e88f5ba35ebb46209843c167f2.tar.zst freebsd-ports-gnome-f7d1ae0c3828d7e88f5ba35ebb46209843c167f2.zip |
Convert to staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc/fixrtf')
-rw-r--r-- | textproc/fixrtf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/fixrtf/Makefile b/textproc/fixrtf/Makefile index bcbe77caccfe..afaf549e7407 100644 --- a/textproc/fixrtf/Makefile +++ b/textproc/fixrtf/Makefile @@ -14,13 +14,12 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= A patch making it possible to embed PNGs into RTFs -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src -NO_STAGE= yes do-fetch: @${DO_NADA} |