summaryrefslogtreecommitdiff
path: root/emulators/suse91_libtiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_libtiff/Makefile')
-rw-r--r--emulators/suse91_libtiff/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse91_libtiff/Makefile b/emulators/suse91_libtiff/Makefile
index f8c32ae0445..87b400fc273 100644
--- a/emulators/suse91_libtiff/Makefile
+++ b/emulators/suse91_libtiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/12 14:43:24 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $
DISTNAME= suse_libtiff-${SUSE_VERSION}
PKGREVISION= 2
@@ -16,7 +16,9 @@ EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-RPMFILES= libtiff-3.6.1-38.17.${SUSE_ARCH}.rpm
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"