USE_TOOLS+=autoreconf
This commit is contained in:
parent
71490cc35f
commit
515eab5a6d
4 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/09/28 22:07:30 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/11/13 20:39:10 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libedit-20080712-2.11
|
||||
|
@ -13,7 +13,7 @@ COMMENT= NetBSD Editline library (libedit) for generic line editing
|
|||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= automake
|
||||
USE_TOOLS+= automake autoreconf
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && autoreconf
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/09/28 23:21:49 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/11/13 20:39:10 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fuse-google-drive-0
|
||||
|
@ -17,7 +17,7 @@ GIT_TAG.fuse-google-drive= 1e1bfa00b6d55cabcb717d0109ffc374c0af0348
|
|||
.include "../../wip/mk/git-package.mk"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake aclocal automake pkg-config
|
||||
USE_TOOLS+= aclocal automake autoreconf gmake pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGBASE}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/09/30 05:17:18 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/11/13 20:39:10 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ices-${ICES_VERSION}
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= peter.schuller@infidyne.com
|
|||
HOMEPAGE= http://www.icecast.org/ices.php
|
||||
COMMENT= Vorbis source client for a streaming server
|
||||
|
||||
USE_TOOLS+= automake
|
||||
USE_TOOLS+= automake autoreconf
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/11/13 19:33:45 othyro Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/11/13 20:39:10 othyro Exp $
|
||||
|
||||
DISTNAME= mpg123-${MPG123_VERSION}
|
||||
CATEGORIES= audio
|
||||
|
@ -11,7 +11,7 @@ LICENSE= mpg123-license
|
|||
NO_SRC_ON_FTP= ${RESTRICTED}
|
||||
NO_SRC_ON_CDROM= ${RESTRICTED}
|
||||
|
||||
USE_TOOLS+= pkg-config automake date perl
|
||||
USE_TOOLS+= automake autoreconf date perl pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue