summaryrefslogtreecommitdiff
path: root/emulators/suse_x11
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
commit6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch)
tree059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_x11
parent3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff)
downloadpkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'emulators/suse_x11')
-rw-r--r--emulators/suse_x11/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile
index 50232e3a03f..d1d48f058c5 100644
--- a/emulators/suse_x11/Makefile
+++ b/emulators/suse_x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 21:36:17 grant Exp $
+# $NetBSD: Makefile,v 1.24 2003/09/18 16:25:29 jmmv Exp $
DISTNAME= suse_x11-${SUSE_VERSION}
PKGREVISION= 2
@@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for X11 binaries
-DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc
@@ -45,5 +45,5 @@ post-install:
cd ${EMULDIR}/usr/X11R6/lib && ${LN} -sf $$link $${link%.[0-9]}; \
done
-.include "../suse_linux/Makefile.common"
+.include "../../emulators/suse_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"