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/dega/Makefile | |
parent | 05c01bf522c7561e59257fc89202ef55dbcfe46b (diff) | |
download | pkgsrc-b884833b6701e5fd764edee94e867d17b8396f85.tar.gz |
Fixed a pkglint warning.
Diffstat (limited to 'emulators/dega/Makefile')
-rw-r--r-- | emulators/dega/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |