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_libjpeg | |
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_libjpeg')
-rw-r--r-- | emulators/suse_libjpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_libjpeg/Makefile b/emulators/suse_libjpeg/Makefile index 6dc8c5edc7d..2b8933a4aa1 100644 --- a/emulators/suse_libjpeg/Makefile +++ b/emulators/suse_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:36:11 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/18 16:25:26 jmmv Exp $ DISTNAME= libjpeg PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the JPEG library -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" |