diff options
Diffstat (limited to 'x11-wm/xcompmgr/Makefile')
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index 63d5858c2a83..f027051d0004 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: xcompmgr -# Date Created: 16 Oct, 2004 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# +# Created by: Eric Anholt <anholt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xcompmgr -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org @@ -15,6 +11,8 @@ COMMENT= A sample X compositing manager XORG_CAT= app USE_XORG= x11 xcomposite xfixes xdamage xrender +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + PLIST_FILES= bin/${PORTNAME} MAN1= xcompmgr.1 |