diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 08:26:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 08:26:28 +0000 |
commit | 5b3cdb79f05ac2c8a70e3ae43a9ea1bd30d676ef (patch) | |
tree | 2b891c73eefbcf7894535ccfbf0542e85bf921d4 | |
parent | - Stage support (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=342656
-rw-r--r-- | devel/libelf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 0774705ad182..8f1b49eccf92 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -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 |