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/xcmd | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) | |
download | ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip |
Notes
Diffstat (limited to 'x11/xcmd')
-rw-r--r-- | x11/xcmd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xcmd/Makefile b/x11/xcmd/Makefile index 2bdf8d2b32db..b31d68652079 100644 --- a/x11/xcmd/Makefile +++ b/x11/xcmd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcmd -# Date created: 30 Jul 2001 -# Whom: Oliver Breuninger <ob@breuninger.org> -# +# Created by: Oliver Breuninger <ob@breuninger.org> # $FreeBSD$ -# PORTNAME= xcmd PORTVERSION= 1.8 @@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= Xcmd is a front-end for starting programs under X11 -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xext xmu xt MANCOMPRESSED= yes |