diff options
author | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 03:18:02 +0000 |
---|---|---|
committer | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 03:18:02 +0000 |
commit | c2d43e83ac9131c6ca2935fde5345ac14adcf7a5 (patch) | |
tree | 2e34e1a49e1e04f00457d71c57e1963bcf824196 /audio/mbrola | |
parent | 47ea9decb1cebd33c3a841fa5fd3db12c7c70748 (diff) | |
download | pkgsrc-c2d43e83ac9131c6ca2935fde5345ac14adcf7a5.tar.gz |
Allow this package to depend on either compat14 or compat14-crypto.
Diffstat (limited to 'audio/mbrola')
-rw-r--r-- | audio/mbrola/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile index bc094086253..b9a96e943a2 100644 --- a/audio/mbrola/Makefile +++ b/audio/mbrola/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:13 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/13 03:18:02 jdarrow Exp $ DISTNAME= mbr301h PKGNAME= mbrola-301h @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 .include "../../mk/bsd.prefs.mk" .if ( ${OBJECT_FMT} != "a.out" ) -DEPENDS+= compat14>=1.4.3:../../emulators/compat14 +DEPENDS+= compat14{,-crypto}>=1.4.3:../../emulators/compat14 .endif do-install: |