diff options
-rw-r--r-- | textproc/rtfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index 5c78f874b059..f75b5dcf8a18 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://memberwebs.com/nielsen/software/rtfx/ MAINTAINER= clsung@FreeBSD.org COMMENT= An RTF to XML converter -LIB_DEPENDS= mba.1:${PORTSDIR}/devel/libmba +LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX} |