diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
commit | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (patch) | |
tree | 9d5ddbddec9be5fce0575284d06dffa7c6006941 /emulators | |
parent | 3f438c392c1b140fe00540b81f3c10698ee9b683 (diff) | |
download | pkgsrc-e99aec31b2dec8fac94ea7de3747bb95f551dd8b.tar.gz |
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 3 | ||||
-rw-r--r-- | emulators/z26/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index ea3993191d0..c6bb1edf3d6 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/24 18:32:55 adam Exp $ +# $NetBSD: Makefile,v 1.14 2008/02/04 19:52:54 tnn Exp $ DISTNAME= fuse-utils-0.9.0 CATEGORIES= emulators @@ -9,6 +9,7 @@ HOMEPAGE= http://fuse-emulator.sourceforge.net/ COMMENT= ZX Spectrum Emulator utilities GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config LIBS+= -lgcrypt LIBS+= -lgpg-error diff --git a/emulators/z26/Makefile b/emulators/z26/Makefile index 07159dd4569..eea241e9e63 100644 --- a/emulators/z26/Makefile +++ b/emulators/z26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/10/22 16:30:22 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/02/04 19:52:54 tnn Exp $ # DISTNAME= z26v213 @@ -16,7 +16,7 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm ONLY_FOR_PLATFORM+= *-*-i386 WRKSRC= ${WRKDIR}/z26_snapshot-20040523 -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake m4 perl BUILD_TARGET= netbsd MAKE_ENV+= INSTALL_BINDIR=${PREFIX}/bin MAKE_ENV+= INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}/man1 |