pkglint cleanup while here.
This commit is contained in:
parent
3cc085bf04
commit
ba7615adfe
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:31:35 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/05/10 10:55:44 wiz Exp $
|
||||
|
||||
DISTNAME= hwloc-1.4
|
||||
CATEGORIES= parallel
|
||||
|
@ -7,21 +7,21 @@ MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.4/downloads/
|
|||
MAINTAINER= asau@inbox.ru
|
||||
HOMEPAGE= http://www.open-mpi.org/projects/hwloc/
|
||||
COMMENT= Portable Hardware Locality
|
||||
LICENCE= modified-bsd
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS= pkg-config
|
||||
USE_TOOLS+= aclocal automake autoconf
|
||||
USE_TOOLS+= aclocal automake autoconf autoreconf
|
||||
|
||||
CONFIGURE_ARGS+= --enable-debug --enable-picky
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
pre-configure:
|
||||
$(RUN) cd $(WRKSRC) && autoreconf -ivf
|
||||
${RUN} cd ${WRKSRC} && autoreconf -ivf
|
||||
|
||||
# libpci??
|
||||
#.include "../../graphics/cairo/buildlink3.mk" # optional
|
||||
|
|
Loading…
Reference in a new issue