diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/minidom | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'textproc/minidom')
-rw-r--r-- | textproc/minidom/Makefile | 6 | ||||
-rw-r--r-- | textproc/minidom/pkg-plist | 1 |
2 files changed, 4 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 diff --git a/textproc/minidom/pkg-plist b/textproc/minidom/pkg-plist index 100342b4a747..353d2564acd1 100644 --- a/textproc/minidom/pkg-plist +++ b/textproc/minidom/pkg-plist @@ -1,6 +1,7 @@ bin/minidom-config include/minidom/minidom.h lib/libminidom.a +lib/libminidom.la lib/libminidom.so lib/libminidom.so.1 @dirrm include/minidom |