svn commit: r342656 - head/devel/libelf

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 08:26:28 UTC 2014


Author: miwi
Date: Wed Feb  5 08:26:28 2014
New Revision: 342656
URL: http://svnweb.freebsd.org/changeset/ports/342656
QAT: https://qat.redports.org/buildarchive/r342656/

Log:
  - Stage support

Modified:
  head/devel/libelf/Makefile

Modified: head/devel/libelf/Makefile
==============================================================================
--- head/devel/libelf/Makefile	Wed Feb  5 08:26:14 2014	(r342655)
+++ head/devel/libelf/Makefile	Wed Feb  5 08:26:28 2014	(r342656)
@@ -18,14 +18,12 @@ OPTIONS_DEFAULT=	EXTENDED SANITY
 EXTENDED_DESC=	ELF format extensions
 SANITY_DESC=	Avoid loading invalid ELF files
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-shared --disable-compat
 USE_LDCONFIG=	yes
-
-NOMAN=		defined
+USES=		desthack
 
 .if ${PORT_OPTIONS:MNLS}
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list