summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-02-09 12:53:19 +0000
committerxtraeme <xtraeme>2005-02-09 12:53:19 +0000
commit4e20a77b06eea51ff85081ead39378c1c6120035 (patch)
tree0bcec631511881d7dccca1f8102f37ae756f2dc1 /x11/xorg-libs
parentcd4bf1f3aecbc38ad0425ed8eb2756a903cf99ab (diff)
downloadpkgsrc-4e20a77b06eea51ff85081ead39378c1c6120035.tar.gz
NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.
Diffstat (limited to 'x11/xorg-libs')
-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"