diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_libc5/Makefile | |
parent | 3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff) | |
download | pkgsrc-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_libc5/Makefile')
-rw-r--r-- | emulators/suse_libc5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 94bbdcf5641..2874f67c194 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:36:10 grant Exp $ +# $NetBSD: Makefile,v 1.22 2003/09/18 16:25:24 jmmv Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for libc5 binaries -DEPENDS+= suse_compat>=${SUSE_VERSION}:../suse_compat +DEPENDS+= suse_compat>=${SUSE_VERSION}:../../emulators/suse_compat CONFLICTS+= mozilla-bin-[0-9]* CONFLICTS+= phoenix-bin-[0-9]* @@ -23,5 +23,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" |