diff options
Diffstat (limited to 'textproc/minidom/Makefile')
-rw-r--r-- | textproc/minidom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index 7f2de3155b02..ea715194c794 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -8,7 +8,7 @@ PORTNAME= minidom PORTVERSION= 0.1.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ @@ -20,14 +20,14 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 USE_ICONV= yes USE_REINPLACE= yes USE_GNOME= glib12 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libxml2=yes INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|-lglib|-lglib12|g ; \ + @${REINPLACE_CMD} -e 's|-lglib|-lglib-12|g ; \ s|glib-config|${GLIB_CONFIG}|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |