diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:26:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:26:56 +0800 |
commit | 2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7 (patch) | |
tree | 8a1e92c0296ad9c8a388ab8231ba4187e24a68ae | |
parent | f5aad63e4779e5112f00c600169bd1aa868bc51e (diff) | |
download | freebsd-ports-gnome-2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7.tar.gz freebsd-ports-gnome-2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7.tar.zst freebsd-ports-gnome-2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7.zip |
Convert to USES=imake
Trim headers
-rw-r--r-- | security/xspy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/xspy/Makefile b/security/xspy/Makefile index 8fc7a8ffad63..d840855d0e3d 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: xspy -# Date created: Jan 11 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= xspy PORTVERSION= 1.0c @@ -15,7 +11,7 @@ MAINTAINER= onatan@gmail.com COMMENT= A utility for monitoring keystrokes on remote X servers WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 XMKMF= xmkmf |