diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
commit | 810fcd34d222c8454edfe0f4482218015055ba7f (patch) | |
tree | 5ba4ff725a6e05112f6ecc70f2f03a2b41da603a /net | |
parent | Add share/tirc to pkg-plist (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Notes
Notes:
svn path=/head/; revision=47231
Diffstat (limited to 'net')
-rw-r--r-- | net/libfreenet/Makefile | 1 | ||||
-rw-r--r-- | net/librsync/Makefile | 1 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 1 | ||||
-rw-r--r-- | net/xmlrpc-c/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile index 0f3746d7ac1c..dfc18b179490 100644 --- a/net/libfreenet/Makefile +++ b/net/libfreenet/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org USE_OPENSSL= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet USE_GMAKE= yes diff --git a/net/librsync/Makefile b/net/librsync/Makefile index df1d4b106d01..6ab45d75243b 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS= --enable-shared --disable-trace diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 464d4e4b4c6d..76921f503029 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_LIBTOOL= yes -GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 464d4e4b4c6d..76921f503029 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_LIBTOOL= yes -GNU_CONFIGURE= yes USE_GMAKE= yes |