diff options
author | jdarrow <jdarrow> | 2002-08-13 03:18:02 +0000 |
---|---|---|
committer | jdarrow <jdarrow> | 2002-08-13 03:18:02 +0000 |
commit | b56af0ba4667e7bf10f90153e82785b62fa338da (patch) | |
tree | 2e34e1a49e1e04f00457d71c57e1963bcf824196 /audio/mbrola/Makefile | |
parent | 4d080bb034e1c37c9af4aa0d624a7f3352786442 (diff) | |
download | pkgsrc-b56af0ba4667e7bf10f90153e82785b62fa338da.tar.gz |
Allow this package to depend on either compat14 or compat14-crypto.
Diffstat (limited to 'audio/mbrola/Makefile')
-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: |