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 | 4c03c895e7b4e891521d72aa34ffe76517fd018d (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_xforms | |
parent | ce2580ba9eebe81597e981ed40cb72d9b1eef4c8 (diff) | |
download | pkgsrc-4c03c895e7b4e891521d72aa34ffe76517fd018d.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_xforms')
-rw-r--r-- | emulators/suse_xforms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index ea0ad5656ee..7b7bbbc3bba 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:36:18 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/09/18 16:25:30 jmmv Exp $ DISTNAME= xforms PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for xforms binaries -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" |