We use USE_GMAKE to indicate a gmake dependency, and the existing
BUILD_DEPENDS line was completely wrong anyway.
This commit is contained in:
parent
41d79870d3
commit
c7a4ad2283
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 21:22:26 hwr Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/05/26 16:02:44 tv Exp $
|
||||
|
||||
DISTNAME= ldapsdk_12311998
|
||||
PKGNAME= ldapsdk-12311998
|
||||
|
@ -8,10 +8,9 @@ MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/c-sdk/ldap/
|
|||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.mozilla.org/directory/
|
||||
|
||||
BUILD_DEPENDS+= gmake-3.77:../../devel/
|
||||
|
||||
CONFLICTS+= openldap*
|
||||
|
||||
USE_GMAKE=
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue