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_gtk | |
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_gtk')
-rw-r--r-- | emulators/suse_gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index 5371bfdcd67..034cd59d966 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:36:09 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/18 16:25:23 jmmv Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK 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= glib.rpm gtk.rpm -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |