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/xlupe | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) |
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Notes
Notes:
svn path=/head/; revision=322008
Diffstat (limited to 'x11/xlupe')
-rw-r--r-- | x11/xlupe/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 0ce34d194e26..a926eb1a438c 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xlupe -# Date created: 17 Apr 1999 -# Whom: runge@rostock.zgdv.de -# +# Created by: runge@rostock.zgdv.de # $FreeBSD$ -# PORTNAME= xlupe PORTVERSION= 1.1 @@ -14,7 +10,7 @@ MASTER_SITES= http://coto.marsrakete.de/projects/xlupe/ MAINTAINER= ports@FreeBSD.org COMMENT= Magnifying glass for X. like xmag but with continously updates -USE_IMAKE= yes +USES= imake USE_XORG= xaw PLIST_FILES= bin/xlupe |