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/xwatchwin | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) | |
download | ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip |
Notes
Diffstat (limited to 'x11/xwatchwin')
-rw-r--r-- | x11/xwatchwin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index b4e43deccabd..b49597e609d6 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xwatchwin -# Date created: 1 Sep 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ PORTNAME= xwatchwin @@ -19,7 +16,7 @@ COMMENT= Watch a window on another X server MAN1= xwatchwin.1 PLIST_FILES= bin/xwatchwin -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext .include <bsd.port.mk> |