Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 08:26:28 +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: r342656 - head/devel/libelf
Message-ID:  <201402050826.s158QSAe028248@svn.freebsd.org>

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



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