[Midnightbsd-cvs] mports [15609] trunk/ftp/wget/Makefile: add protocol and switch to uses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 23 00:08:45 EST 2013


Revision: 15609
          http://svnweb.midnightbsd.org/mports/?rev=15609
Author:   laffer1
Date:     2013-11-23 00:08:44 -0500 (Sat, 23 Nov 2013)
Log Message:
-----------
add protocol and switch to uses

Modified Paths:
--------------
    trunk/ftp/wget/Makefile

Modified: trunk/ftp/wget/Makefile
===================================================================
--- trunk/ftp/wget/Makefile	2013-11-23 05:04:45 UTC (rev 15608)
+++ trunk/ftp/wget/Makefile	2013-11-23 05:08:44 UTC (rev 15609)
@@ -8,13 +8,12 @@
 MASTER_SITE_SUBDIR=	wget
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Retrieve files from the Net via HTTP and FTP
+COMMENT=	Retrieve files from the Net via HTTP(s) and FTP
 
 LICENSE=	gpl3
 
-USES=		charsetfix
+USES=		charsetfix gmake
 USE_XZ=		yes
-USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 



More information about the Midnightbsd-cvs mailing list