diff options
author | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
commit | eaf83de1986ca7d1151f44507cab55e6261b9157 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_openmotif | |
parent | 02a58ba9f320cdeeef22277a29a4c61fdd398b0f (diff) | |
download | pkgsrc-eaf83de1986ca7d1151f44507cab55e6261b9157.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_openmotif')
-rw-r--r-- | emulators/suse_openmotif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_openmotif/Makefile b/emulators/suse_openmotif/Makefile index 37e67cdb4d5..b0acc428f2d 100644 --- a/emulators/suse_openmotif/Makefile +++ b/emulators/suse_openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:36:14 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/18 16:25:28 jmmv Exp $ DISTNAME= openmotif PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the Motif libraries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 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" |