svn commit: r343872 - head/net-p2p/lopster

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 09:40:17 UTC 2014


Author: miwi
Date: Wed Feb 12 09:40:17 2014
New Revision: 343872
URL: http://svnweb.freebsd.org/changeset/ports/343872
QAT: https://qat.redports.org/buildarchive/r343872/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-p2p/lopster/Makefile

Modified: head/net-p2p/lopster/Makefile
==============================================================================
--- head/net-p2p/lopster/Makefile	Wed Feb 12 09:40:03 2014	(r343871)
+++ head/net-p2p/lopster/Makefile	Wed Feb 12 09:40:17 2014	(r343872)
@@ -12,7 +12,7 @@ MAINTAINER=	conrads at cox.net
 COMMENT=	GTK+ client for Napster and free alternatives
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	gtk12
 CONFIGURE_ARGS=	--with-pthread=yes
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -21,7 +21,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 OPTIONS_DEFINE=	FLAC OGG ZLIB
 OPTIONS_DEFAULT=	FLAC OGG ZLIB
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 # --with-flac is on by default


More information about the svn-ports-all mailing list