diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:58:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:58:59 +0000 |
commit | 32856e3cbbe441f38d016d9529eb8d945b56088f (patch) | |
tree | e5b589d44cdbb8a8b5d573e7924687cfe0717878 /x11-servers | |
parent | 70315f2dc1e33ea5f6b46dc9c056887ec20b99c5 (diff) |
Convert to USES=imake
Remove useless deps on gmake
Trim header
Notes
Notes:
svn path=/head/; revision=322011
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/x2x/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile index 45659b1a91bf..9ea4c624128b 100644 --- a/x11-servers/x2x/Makefile +++ b/x11-servers/x2x/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x2x -# Date created: 3 September 2000 -# Whom: grog -# +# Created by: grog # $FreeBSD$ -# PORTNAME= x2x PORTVERSION= 1.27 @@ -12,12 +8,10 @@ CATEGORIES= x11-servers MASTER_SITES= http://cloud.github.com/downloads/dottedmag/x2x/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program to link multiple X servers together +COMMENT= Program to link multiple X servers together -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xtst -USE_GMAKE= yes -MAKE_ENV= MAKE=${GMAKE} MAN1= x2x.1 PLIST_FILES= bin/x2x |