diff options
author | dmcmahill <dmcmahill> | 2003-09-25 09:19:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-09-25 09:19:28 +0000 |
commit | d45aa03db28113b8d3ae2932f21d213df9c0bb3d (patch) | |
tree | 5b3c49b0be9e25b8c85c4e0ed8d96d508f75a144 /emulators | |
parent | a11cfca9c8247b3988124912430f9ac10960653b (diff) | |
download | pkgsrc-d45aa03db28113b8d3ae2932f21d213df9c0bb3d.tar.gz |
fix paths/names for some of the dependencies
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/peace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 874d5b47eda..049e671969a 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/21 16:03:41 kent Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/25 09:19:28 dmcmahill Exp $ # PEACE_VERSION= 20030919 DISTNAME= peace-0.0.${PEACE_VERSION} @@ -20,7 +20,7 @@ DEPENDS+= icu>=2.4nb1:../../textproc/icu BUILD_DEPENDS= cross-i386-netbsdpe>=1.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= w32api>=2.4:../../devel/w32api -BUILD_DEPENDS+= x11-links-*:../../x11-links +BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include \ -I${WRKDIR}/cross/i386-netbsdpe/include/c++ LDFLAGS= -L${WRKSRC}/lib |