diff options
author | thierry <thierry@FreeBSD.org> | 2007-02-24 05:40:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-02-24 05:40:09 +0800 |
commit | 234578fe1e7fa5d5dcbb87af709e9c81cef3a5df (patch) | |
tree | 2ece3f5f2d0d51da07990748abccde04099f0fa3 /net/xmlrpc-epi | |
parent | 9233cb37de1430cc38322079144e29c54cab09c4 (diff) | |
download | freebsd-ports-gnome-234578fe1e7fa5d5dcbb87af709e9c81cef3a5df.tar.gz freebsd-ports-gnome-234578fe1e7fa5d5dcbb87af709e9c81cef3a5df.tar.zst freebsd-ports-gnome-234578fe1e7fa5d5dcbb87af709e9c81cef3a5df.zip |
Don't rely on the included libtool, to fix packaging on -CURRENT.
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-|" |