summaryrefslogtreecommitdiff
path: root/lang/ezm3/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-05-09 12:23:23 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-05-09 12:23:23 +0000
commit094b801637c352676392485c794cb2fc379e3fc4 (patch)
tree95378cc064cfad81db869c02dec328a56898d33a /lang/ezm3/Makefile
parente970ce0ace764e25f29a34a9e1c144746732a995 (diff)
downloadpkgsrc-094b801637c352676392485c794cb2fc379e3fc4.tar.gz
Fix installation after USE_BUILDLINK3 was enabled by default:
* ezm3 installs its files into ${PREFIX}/ezm3, the installation fails due to missing libraries, fixed with BUILDLINK_PASSTHRU_DIRS. * Provide a buildlink3 file with DEPMETHOD=build to fix the cvsup packages. Bump PKGREVISION, this closes PR pkg/29986 and PR pkg/30159.
Diffstat (limited to 'lang/ezm3/Makefile')
-rw-r--r--lang/ezm3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index 427e26d53ca..dc293ec64a1 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/06/04 17:34:36 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/09 12:23:23 xtraeme Exp $
DISTNAME= ezm3-1.1
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/
DISTFILES= ${DISTNAME}-src.tar.bz2 ${BOOTSTRAP}
@@ -21,6 +22,7 @@ PLIST_SUBST+= TARGET=${TARGET} TARGETDIR=${TARGETDIR}
.include "../../mk/bsd.prefs.mk"
CFLAGS:=
EZM3ROOT= ${PREFIX}/ezm3
+BUILDLINK_PASSTHRU_DIRS+= ${EZM3ROOT}
# XXX: This may well work for some others.
ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 Linux-*-i386