diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:51:40 +0800 |
commit | 299181a11be72811f3d65e0286a5396975745401 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/tycoon | |
parent | 47b0b4877faf47a435ab7ce4d483d44aad26668f (diff) | |
download | freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.tar.gz freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.tar.zst freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.zip |
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Diffstat (limited to 'x11/tycoon')
-rw-r--r-- | x11/tycoon/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index a178ed2c51bb..73a900f2b247 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tycoon -# Date created: 19 September 1997 -# Whom: steve@farrell.org -# +# Created by: steve@farrell.org # $FreeBSD$ -# PORTNAME= tycoon PORTVERSION= 1.07o @@ -13,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= ports@FreeBSD.org -COMMENT= A nifty set of desktop apps, including floating buttons +COMMENT= Nifty set of desktop apps, including floating buttons LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms -USE_IMAKE= yes +USES= imake USE_XORG= xaw REINPLACE_ARGS= -i "" |