diff options
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 |