aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r--textproc/jade/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index b104efb8a25d..e6a5c88b8622 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/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 \{} \;