Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 23:51:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349099 - head/misc/libsupertone
Message-ID:  <201403242351.s2ONpBaf064890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 23:51:11 2014
New Revision: 349099
URL: http://svnweb.freebsd.org/changeset/ports/349099
QAT: https://qat.redports.org/buildarchive/r349099/

Log:
  Support stage

Modified:
  head/misc/libsupertone/Makefile

Modified: head/misc/libsupertone/Makefile
==============================================================================
--- head/misc/libsupertone/Makefile	Mon Mar 24 23:49:46 2014	(r349098)
+++ head/misc/libsupertone/Makefile	Mon Mar 24 23:51:11 2014	(r349099)
@@ -6,7 +6,6 @@ PORTVERSION=	0.0.2
 PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.soft-switch.org/downloads/unicall/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	Library for supervisory tone generation and detection
@@ -18,6 +17,7 @@ LIB_DEPENDS=	libaudiofile.so:${PORTSDIR}
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
+USES=		tar:tgz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
@@ -25,7 +25,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 # Add missing dependency in attempt to fix parallel (-jX) builds
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \
 		${WRKSRC}/Makefile.in



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