diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 11:11:16 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 11:11:16 +0000 |
commit | 1489c1d733587e445b114a963993cca4c6f028a0 (patch) | |
tree | 4ad10d1638a9a62bc1e8cec924fcc985fa08fe45 /textproc/xmlstarlet/Makefile | |
parent | 29c2e5033c8a1a694c27292d3b81d0b385d1ac87 (diff) |
Notes
Diffstat (limited to 'textproc/xmlstarlet/Makefile')
-rw-r--r-- | textproc/xmlstarlet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile index af003d898bde..fbf9884050e8 100644 --- a/textproc/xmlstarlet/Makefile +++ b/textproc/xmlstarlet/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlstarlet -PORTVERSION= 0.9.5 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= xmlstar @@ -24,13 +24,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \ --with-libxslt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv" MAN1= xmlstarlet.1 PLIST_FILES= bin/xml post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + s|-lpthread|${PTHREAD_LIBS}|g ; \ + s|-ldl|-liconv|g' ${WRKSRC}/configure .include <bsd.port.mk> |