diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-09 12:53:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-09 12:53:19 +0000 |
commit | eac66d93902585d242c2e0925ac8bf6a5f5d0056 (patch) | |
tree | 0bcec631511881d7dccca1f8102f37ae756f2dc1 /x11/xorg-libs | |
parent | a6ecce1b6e8946b2222150b84fa5e72060187fa3 (diff) | |
download | pkgsrc-eac66d93902585d242c2e0925ac8bf6a5f5d0056.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/Makefile | 12 |
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" |