diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 23:01:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 23:01:51 +0000 |
commit | ee366fa4406237cda521e31801cd1d23cf0c08ec (patch) | |
tree | c250d58f7c277070853b4c97e6000e9578857087 /x11-fm/xcruise/Makefile | |
parent | 30e3249cc4517b9c1196b1a03b785867c6dd3f8d (diff) |
Notes
Diffstat (limited to 'x11-fm/xcruise/Makefile')
-rw-r--r-- | x11-fm/xcruise/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile index af3605b17145..d896f3f11f93 100644 --- a/x11-fm/xcruise/Makefile +++ b/x11-fm/xcruise/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: xcruise -# Date created: 22 December 1999 -# Whom: minoura@netbsd.org -# -# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $ +# Created by: minoura@netbsd.org # $FreeBSD$ -# PORTNAME= xcruiser PORTVERSION= 0.30 @@ -15,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sanpei@FreeBSD.org COMMENT= Navigate through a three-dimensional view of a file system -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xcruiser.1 |