summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-02-09 12:53:19 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-02-09 12:53:19 +0000
commita2b82841056c3df940ccb9ea34b2b592af829b74 (patch)
tree0bcec631511881d7dccca1f8102f37ae756f2dc1 /x11
parenta071826794e4005b2a9da68b710282d28e5b9f24 (diff)
downloadpkgsrc-a2b82841056c3df940ccb9ea34b2b592af829b74.tar.gz
NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libs/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile
index f087b315d76..0839af750af 100644
--- a/x11/xorg-libs/Makefile
+++ b/x11/xorg-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/02/09 11:39:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2005/02/09 12:53:19 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-libs-${XORG_VER}
@@ -58,8 +58,14 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${X11BASE}/lib/pkgconfig/${f}
.endfor
-.if exists(${.CURDIR}/PLIST.${OPSYS}.${MACHINE_ARCH})
-PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}.${MACHINE_ARCH}
+
+.if !empty(OPSYS:MNetBSD)
+. if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64)
+PLIST_SRC+= ${.CURDIR}/PLIST.common
+PLIST_SRC+= ${.CURDIR}/PLIST.common_end
+PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}
+PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}.i386
+. endif
.endif
.include "../../fonts/fontconfig/buildlink3.mk"