summaryrefslogtreecommitdiff
path: root/emulators/suse_libtiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-18 16:25:08 +0000
committerjmmv <jmmv>2003-09-18 16:25:08 +0000
commit8e4b56390ca4ce8d0ab9f1132c3a82641452cc91 (patch)
tree059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_libtiff
parentddc36cfdbdde69bcc384d7bcded34c4859b8b176 (diff)
downloadpkgsrc-8e4b56390ca4ce8d0ab9f1132c3a82641452cc91.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_libtiff')
-rw-r--r--emulators/suse_libtiff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_libtiff/Makefile b/emulators/suse_libtiff/Makefile
index a5e86c5d7ab..869a52eb71f 100644
--- a/emulators/suse_libtiff/Makefile
+++ b/emulators/suse_libtiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:36:12 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/18 16:25:27 jmmv Exp $
DISTNAME= libtiff
PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for the TIFF 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"