diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
commit | c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/xmon | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) | |
download | ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip |
Notes
Diffstat (limited to 'x11/xmon')
-rw-r--r-- | x11/xmon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index 6a386cd2194e..5493ead47d79 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmon -# Date created: 27 December 2001 -# Whom: Bruce M Simpson <bms@spc.org> -# +# Created by: Bruce M Simpson <bms@spc.org> # $FreeBSD$ -# PORTNAME= xmon PORTVERSION= 1.5.6 @@ -17,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Raw X11 protocol analyser WRKSRC= ${WRKDIR}/xmon.${PORTVERSION} -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xmon.1 xmond.1 xmonui.1 |