diff options
Diffstat (limited to 'textproc/rtfx/Makefile')
-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 d203bcba8b15..271d03818aa1 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://thewalter.net/stef/software/rtfx/ MAINTAINER= ports@FreeBSD.org COMMENT= RTF to XML converter -LIB_DEPENDS= libmba.so:${PORTSDIR}/devel/libmba \ - libdomc.so:${PORTSDIR}/textproc/domc +LIB_DEPENDS= libmba.so:devel/libmba \ + libdomc.so:textproc/domc GNU_CONFIGURE= yes USES= gmake |