diff options
author | hira <hira@pkgsrc.org> | 2005-04-15 15:31:14 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-04-15 15:31:14 +0000 |
commit | 1cf23810056eb1cecb91a6c8519905adc9b0d11e (patch) | |
tree | 881ea0a091528ee8f685594f71964abab070b576 /x11/xorg-clients/Makefile | |
parent | c93d4202c7e0cd10a1874a983888152aba1dbffa (diff) | |
download | pkgsrc-1cf23810056eb1cecb91a6c8519905adc9b0d11e.tar.gz |
Don't build the DGA extension on the unsupported architectures.
Unify the PLIST files.
Diffstat (limited to 'x11/xorg-clients/Makefile')
-rw-r--r-- | x11/xorg-clients/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index a1317e69869..2008b29abf6 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:48:15 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/15 15:31:14 hira Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-clients-${XORG_VER} @@ -63,11 +63,6 @@ post-install: . include "../../security/PAM/buildlink3.mk" .endif -PLIST_SRC+= PLIST -.if ${OPSYS} != "Darwin" -PLIST_SRC+= PLIST.dga -.endif - .include "../../meta-pkgs/xorg/Makefile.common" .include "../../fonts/Xft2/buildlink3.mk" |