diff options
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index eae26890d0cd..dfd54a2c7e37 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -24,8 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ - --with-xml-parser=libxml --with-www=curl \ - --mandir=${PREFIX}/man + --with-xml-parser=libxml --with-www=curl USE_LDCONFIG= yes |