diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 11 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 500f69af435a..ba3a9950ba24 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -27,6 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN3= libexslt.3 libxslt.3 MAN1= xsltproc.1 +OPTIONS= MEM_DEBUG "Enable memory debugging" off + .if !defined(WITHOUT_PYTHON) USE_PYTHON= yes PLIST_SUB+= PYTHON:="" @@ -37,16 +39,17 @@ PLIST_SUB+= PYTHON:="@comment " PKGNAMESUFFIX= -nopython .endif +.include <bsd.port.pre.mk> + .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --with-mem-debug .endif pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "libxslt has several tunables:" + @${ECHO_MSG} "Libxslt has the following additional tunables:" @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off python support" - @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging" @${ECHO_MSG} "" post-patch: @@ -60,4 +63,4 @@ post-install: @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index c779f5a2a676..79cb2798b40c 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libxslt-1.1.3.tar.bz2) = 1eb31a7c0933f438365ce6bf99e95234 -SIZE (gnome2/libxslt-1.1.3.tar.bz2) = 1717022 +MD5 (gnome2/libxslt-1.1.4.tar.bz2) = 1fcbbb28a34b83c0ea18147574b011a0 +SIZE (gnome2/libxslt-1.1.4.tar.bz2) = 1717707 |