diff options
Diffstat (limited to 'emulators/suse_audio/Makefile')
-rw-r--r-- | emulators/suse_audio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_audio/Makefile b/emulators/suse_audio/Makefile index 388ddf7d85c..c0da4127ded 100644 --- a/emulators/suse_audio/Makefile +++ b/emulators/suse_audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:02 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/18 16:25:20 jmmv Exp $ DISTNAME= audiofile PKGNAME= suse_audio-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for audio libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |