[Midnightbsd-cvs] mports [16428] trunk/www/libwww/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 2 18:01:55 EDT 2014


Revision: 16428
          http://svnweb.midnightbsd.org/mports/?rev=16428
Author:   laffer1
Date:     2014-08-02 18:01:54 -0400 (Sat, 02 Aug 2014)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/www/libwww/Makefile

Modified: trunk/www/libwww/Makefile
===================================================================
--- trunk/www/libwww/Makefile	2014-08-02 21:56:21 UTC (rev 16427)
+++ trunk/www/libwww/Makefile	2014-08-02 22:01:54 UTC (rev 16428)
@@ -2,11 +2,10 @@
 
 PORTNAME=	libwww
 PORTVERSION=	5.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www devel
 MASTER_SITES=	http://www.w3.org/Library/Distribution/
 DISTNAME=	w3c-${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The W3C Reference Library
@@ -15,11 +14,11 @@
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 CONFIGURE_ARGS=	--enable-shared --enable-static --with-zlib 
 #--with-ssl=${OPENSSLBASE}/lib
 USE_PERL5_BUILD=yes
 USE_LDCONFIG=	yes
+USES=		gmake tar:tgz
 #USE_OPENSSL=	yes
 
 post-patch:



More information about the Midnightbsd-cvs mailing list