summaryrefslogtreecommitdiff
path: root/devel/w32api
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-27 03:19:43 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-27 03:19:43 +0000
commite32afb6fea693addf91cf6d2aebe68164062fc6c (patch)
tree387535a43617bd882ee1e20ce4779c6544f8925b /devel/w32api
parentd5f813f88b7e8fab565be817580917bc22dbdbec (diff)
downloadpkgsrc-e32afb6fea693addf91cf6d2aebe68164062fc6c.tar.gz
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'devel/w32api')
-rw-r--r--devel/w32api/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile
index 97d9f6f5296..8f0e70a639c 100644
--- a/devel/w32api/Makefile
+++ b/devel/w32api/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/28 10:45:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:53 hubertf Exp $
DISTNAME= w32api-0.4-20001122-bjy
PKGNAME= w32api-0.4nb2
@@ -10,7 +10,7 @@ MAINTAINER= oki@yha.att.ne.jp
HOMEPAGE= http://www.acc.umu.se/~anorland/gnu-win32/
COMMENT= Free headers and libraries for the Win32 API
-BUILD_DEPENDS+= ${PREFIX}/cross/i386-netbsdpe/bin/gcc:../../cross/i386-netbsdpe
+BUILD_DEPENDS+= cross-i386-netbsdpe-1.1.4:../../cross/i386-netbsdpe
#HAS_CONFIGURE= yes
#CONFIGURE_ARGS+= "--prefix=${PREFIX}/cross/i386-netbsdpe"