diff options
Diffstat (limited to 'x11/beforelight/Makefile')
-rw-r--r-- | x11/beforelight/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile index 0ce0d9312286..1301899fa1e7 100644 --- a/x11/beforelight/Makefile +++ b/x11/beforelight/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: beforelight -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= beforelight -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +10,8 @@ COMMENT= A sample screen saver for X XORG_CAT= app USE_XORG= x11 xscrnsaver xt xaw7 xt +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + MAN1= beforelight.1 .include <bsd.port.mk> |