Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 14:57:19 +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: r341998 - head/security/libkpass
Message-ID:  <201401311457.s0VEvJXK054200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 14:57:18 2014
New Revision: 341998
URL: http://svnweb.freebsd.org/changeset/ports/341998
QAT: https://qat.redports.org/buildarchive/r341998/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/security/libkpass/Makefile

Modified: head/security/libkpass/Makefile
==============================================================================
--- head/security/libkpass/Makefile	Fri Jan 31 14:56:46 2014	(r341997)
+++ head/security/libkpass/Makefile	Fri Jan 31 14:57:18 2014	(r341998)
@@ -14,8 +14,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	nettle:${PORTSDIR}/security/nettle
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake
 USE_LDCONFIG=	yes
 CFLAGS+=	-Dbswap_32=bswap32 -Dbswap_16=bswap16 \
 		-I${LOCALBASE}/include
@@ -27,5 +26,4 @@ PLIST_FILES=	include/kpass.h \
 		lib/libkpass.la \
 		lib/libkpass.a
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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