Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 09:40:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343872 - head/net-p2p/lopster
Message-ID:  <201402120940.s1C9eHdb009606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120940.s1C9eHdb009606>