diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-23 21:40:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-23 21:40:09 +0000 |
commit | 7f7e3690eef6ade22b40820c14eaa1138ce4f856 (patch) | |
tree | 848fe0ce0370ee3d5767b1a6cb3cd0b2193e63d6 /net/xmlrpc-epi | |
parent | 862fdbc3beea790fabc5ac02dbe7d32193f106a2 (diff) | |
download | ports-7f7e3690eef6ade22b40820c14eaa1138ce4f856.tar.gz ports-7f7e3690eef6ade22b40820c14eaa1138ce4f856.zip |
Don't rely on the included libtool, to fix packaging on -CURRENT.
Notes
Notes:
svn path=/head/; revision=185761
Diffstat (limited to 'net/xmlrpc-epi')
-rw-r--r-- | net/xmlrpc-epi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index 51e6b3e6afe9..8f5083be2118 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -17,7 +17,7 @@ COMMENT= A general purpose implementation of the xmlrpc specification in C USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" CONFIGURE_ARGS= --program-transform="s|^|xre-|" |