summaryrefslogtreecommitdiff
path: root/emulators/suse91_libpng/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2006-01-08 16:53:21 +0000
committersalo <salo>2006-01-08 16:53:21 +0000
commit4a5c9fc438ed844c88b059ef67ed3f307e098f49 (patch)
tree89868d777f1c25e127247dd0e9513743d9c67be3 /emulators/suse91_libpng/Makefile
parent5e1596010de214a89f5f017a973ddc63a038da14 (diff)
downloadpkgsrc-4a5c9fc438ed844c88b059ef67ed3f307e098f49.tar.gz
Add x86_64 files to SUSE emulation packages to make it easier
for COMPAT_LINUX testers to play with. Untested in run-time.
Diffstat (limited to 'emulators/suse91_libpng/Makefile')
-rw-r--r--emulators/suse91_libpng/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse91_libpng/Makefile b/emulators/suse91_libpng/Makefile
index 55293203a72..a4835a17ee4 100644
--- a/emulators/suse91_libpng/Makefile
+++ b/emulators/suse91_libpng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/01/08 14:39:12 salo Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/08 16:53:21 salo Exp $
DISTNAME= suse_libpng-${SUSE_VERSION}
PKGREVISION= 3
@@ -16,7 +16,9 @@ EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-RPMFILES= libpng-1.2.5-182.10.${SUSE_ARCH}.rpm
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"