diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /textproc/rtfx | |
parent | - USES=libtool pathfix (diff) |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361812
Diffstat (limited to 'textproc/rtfx')
-rw-r--r-- | textproc/rtfx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index 6967050edf29..50261f425c74 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://memberwebs.com/stef/software/rtfx/ MAINTAINER= ports@FreeBSD.org COMMENT= An RTF to XML converter -LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba \ - domc:${PORTSDIR}/textproc/domc +LIB_DEPENDS= libmba.so:${PORTSDIR}/devel/libmba \ + libdomc.so:${PORTSDIR}/textproc/domc HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX} |