diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:36:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:36:32 +0800 |
commit | f672074a0b12fc4da8dbc9dd6113c0e40c5f3d79 (patch) | |
tree | 45e570531898654dd41162774521e6e29b58b12d /www | |
parent | b6da0ba85fccc7c32bc1e56965b4dcdd802b793a (diff) | |
download | freebsd-ports-gnome-f672074a0b12fc4da8dbc9dd6113c0e40c5f3d79.tar.gz freebsd-ports-gnome-f672074a0b12fc4da8dbc9dd6113c0e40c5f3d79.tar.zst freebsd-ports-gnome-f672074a0b12fc4da8dbc9dd6113c0e40c5f3d79.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index f5097b05c99f..3da301ee42e7 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chimera -# Date created: 26 December 1994 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= chimera PORTVERSION= 1.70p0 @@ -17,7 +13,7 @@ COMMENT= X/Athena World-Wide Web client RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support NO_LATEST_LINK= yes -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 |