diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-14 21:51:50 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-14 21:51:50 +0800 |
commit | 46fc11c6e3e272e94d55d43d5ad33ec90f55c568 (patch) | |
tree | 41404b6b0625b998bb0adb1459ef6bd6938133b7 /x11/rstart/Makefile | |
parent | 72ae91291d10472970b0a7a9c11210ee333af18e (diff) | |
download | freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.tar.gz freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.tar.zst freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.zip |
Update to 1.0.5
Diffstat (limited to 'x11/rstart/Makefile')
-rw-r--r-- | x11/rstart/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile index 4acce52e7dda..95282fb8aa5f 100644 --- a/x11/rstart/Makefile +++ b/x11/rstart/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: rstart -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= rstart -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +10,8 @@ COMMENT= Sample implementation of a Remote Start client XORG_CAT= app USE_XORG= x11 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + MAN1= rstart.1 rstartd.1 .include <bsd.port.mk> |