diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 22:13:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 22:13:34 +0000 |
commit | ac2223fc0936b1bde524e0cd58d5569b4f5ccbad (patch) | |
tree | 92a462ccccc1c70a696acef5bd960aba6ab78649 /emulators/vice/Makefile | |
parent | 181bf45d62a30ea88f610204dbcb4113cb045c05 (diff) | |
download | pkgsrc-ac2223fc0936b1bde524e0cd58d5569b4f5ccbad.tar.gz |
Fix build of "esound" driver.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a478e562c4c..9efef39f6ed 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/25 19:35:52 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/26 22:13:34 tron Exp $ DISTNAME= vice-1.6 CATEGORIES= emulators @@ -13,6 +13,8 @@ MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://www.cs.cmu.edu/~dsladic/vice/vice.html COMMENT= Emulator for C64, C128, CBM-II, PET, and VIC20 +DEPENDS+= esound>=0.2.18:../../audio/esound + RESTRICTED= "ROM image copyright is questionable" NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |