diff options
Diffstat (limited to 'x11/xload/Makefile')
-rw-r--r-- | x11/xload/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 12c18934869f..31d56a68e7f3 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xload -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xload -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -17,6 +12,8 @@ LICENSE= MIT XORG_CAT= app USE_XORG= xt xaw +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + MAN1= xload.1 .include <bsd.port.mk> |