diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 14:34:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 14:34:41 +0000 |
commit | b884833b6701e5fd764edee94e867d17b8396f85 (patch) | |
tree | 2f2841341ba1923d0f8400ff357dc91d595c618e /emulators | |
parent | 05c01bf522c7561e59257fc89202ef55dbcfe46b (diff) | |
download | pkgsrc-b884833b6701e5fd764edee94e867d17b8396f85.tar.gz |
Fixed a pkglint warning.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dega/Makefile | 4 | ||||
-rw-r--r-- | emulators/ia64sim/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index 2b63a761cbf..21faefd0732 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 14:34:41 rillig Exp $ # DISTNAME= dega-1.07 @@ -10,7 +10,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.finalburn.com/dega/ COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator -BUILD_DEPENDS= nasm>=0.98:../../devel/nasm +BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm USE_TOOLS+= gmake diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index bc6ad0b2a98..2c521530c89 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 04:49:46 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 14:35:33 rillig Exp $ DISTNAME= ia64sim PKGNAME= ia64sim-0.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.glue.umd.edu/~jasonp/ COMMENT= IA64 simulator (Intel(R) Architecture 64) USE_TOOLS+= gmake -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} MAKEFILE= makefile.unx INSTALLATION_DIRS= bin |