diff options
author | xtraeme <xtraeme> | 2005-02-09 12:53:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-02-09 12:53:19 +0000 |
commit | 4e20a77b06eea51ff85081ead39378c1c6120035 (patch) | |
tree | 0bcec631511881d7dccca1f8102f37ae756f2dc1 /x11 | |
parent | cd4bf1f3aecbc38ad0425ed8eb2756a903cf99ab (diff) | |
download | pkgsrc-4e20a77b06eea51ff85081ead39378c1c6120035.tar.gz |
NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.
Diffstat (limited to 'x11')
-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" |