diff options
Diffstat (limited to 'textproc/openjade/Makefile')
-rw-r--r-- | textproc/openjade/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index b104efb..e6a5c88 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -21,10 +21,14 @@ BROKEN= nsgmls coredumps in static constructors .endif USE_GMAKE= YES +USE_LIBTOOL= YES GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog +post-extract: + @${CHMOD} u+w ${WRKSRC}/configure + pre-install: @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; |