From ab65baa11946d321c4accc87e9573d401bd8c09f Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 6 May 2007 07:17:51 +0000 Subject: [PATCH] Fix WANTLIB --- x11/xcompmgr/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index e66095d5052..37cda1126c9 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2006/12/16 12:22:36 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2007/05/06 07:17:51 matthieu Exp $ COMMENT= "Sample X Compositing Manager" DISTNAME= xcompmgr-1.1.1 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/xapps/release/ @@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= Xcomposite Xext Xdamage Xfixes Xrender X11 m c +WANTLIB= Xcomposite Xext Xdamage Xfixes Xrender X11 Xau Xdmcp m c CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.59