summaryrefslogtreecommitdiff
path: root/emulators/suse_compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse_compat/Makefile')
-rw-r--r--emulators/suse_compat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile
index fff42e725c3..85a815c4745 100644
--- a/emulators/suse_compat/Makefile
+++ b/emulators/suse_compat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/07/17 21:36:05 grant Exp $
+# $NetBSD: Makefile,v 1.18 2003/09/18 16:25:21 jmmv Exp $
DISTNAME= compat
PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
@@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package with old shared libraries
-DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc
@@ -21,5 +21,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"