summaryrefslogtreecommitdiff
path: root/devel/w32api
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-27 03:19:43 +0000
committerhubertf <hubertf>2001-03-27 03:19:43 +0000
commitf63de72ad91a5e675f6b4da410b4fc8333fc0d81 (patch)
tree387535a43617bd882ee1e20ce4779c6544f8925b /devel/w32api
parent8f8631769bc10d6d2843a57e8f6ca7d8c8fa63da (diff)
downloadpkgsrc-f63de72ad91a5e675f6b4da410b4fc8333fc0d81.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"