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/xskyroot/Makefile | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) |
Notes
Diffstat (limited to 'x11/xskyroot/Makefile')
-rw-r--r-- | x11/xskyroot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index 626cf2bf17cd..a24f3574f837 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xskyroot -# Date created: 20 April 1997 -# Whom: nkazushi@highway.or.jp -# +# Created by: nkazushi@highway.or.jp # $FreeBSD$ -# PORTNAME= xskyroot PORTVERSION= 920428 @@ -21,7 +17,7 @@ EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH} DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xskyroot |