svn commit: r332064 - head/comms/spandsp

Eitan Adler eadler at FreeBSD.org
Wed Oct 30 05:06:49 UTC 2013


Author: eadler
Date: Wed Oct 30 05:06:48 2013
New Revision: 332064
URL: http://svnweb.freebsd.org/changeset/ports/332064

Log:
  - Convert to staging
  - Perform general cleanup

Modified:
  head/comms/spandsp/Makefile

Modified: head/comms/spandsp/Makefile
==============================================================================
--- head/comms/spandsp/Makefile	Wed Oct 30 04:29:14 2013	(r332063)
+++ head/comms/spandsp/Makefile	Wed Oct 30 05:06:48 2013	(r332064)
@@ -15,10 +15,7 @@ LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/t
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool autoconf
-USE_GMAKE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		gmake
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -27,5 +24,4 @@ USE_LDCONFIG=	yes
 
 CONFLICTS=	spandsp-devel-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list