diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:32:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:32:28 +0000 |
commit | c86f11d07caf246f37b6ffe1bbd7a332b2f15521 (patch) | |
tree | f705e7267ec7e4a034f1c69b352a892b175915ee /sysutils/roottail | |
parent | b5a3db0cb2b17bd7d01c8f367b061a9074f6ff17 (diff) |
Notes
Diffstat (limited to 'sysutils/roottail')
-rw-r--r-- | sysutils/roottail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 91152c7ec6d9..9cd6ea4ea25a 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: roottail -# Date created: 30 September 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= roottail PORTVERSION= 1.2 @@ -23,7 +19,7 @@ COMMENT= Print text directly to X11 root window MAN1= root-tail.1 PLIST_FILES= bin/root-tail -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" |