move BUILD_DEPENDS into the DEPENDS block
This commit is contained in:
parent
2f9e6863b2
commit
7d654145c1
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2000/10/07 19:24:13 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2000/10/21 22:49:17 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= irrd2.0a-Aug22-2000
|
||||
|
@ -10,15 +10,14 @@ MASTER_SITES= ftp://ftp.merit.edu/radb/irrd/source/ \
|
|||
MAINTAINER= kim@tac.nyc.ny.us
|
||||
HOMEPAGE= http://www.irrd.net/
|
||||
|
||||
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
|
||||
BUILD_DEPENDS+= bison:../../devel/bison
|
||||
DEPENDS+= gdbm-*:../../databases/gdbm
|
||||
DEPENDS+= pgp5-*:../../security/pgp5
|
||||
DEPENDS+= wget-*:../../net/wget
|
||||
|
||||
USE_PERL5= # defined
|
||||
|
||||
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
|
||||
BUILD_DEPENDS+= bison:../../devel/bison
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue