diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 07:01:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 07:01:51 +0800 |
commit | 083cb6a50361ddf57dc397721f0ef6d3b4d1670d (patch) | |
tree | c250d58f7c277070853b4c97e6000e9578857087 /x11-fm/xcruise | |
parent | e6ea5f05ceaa9f2fd248261666e66edfef3d238c (diff) | |
download | freebsd-ports-gnome-083cb6a50361ddf57dc397721f0ef6d3b4d1670d.tar.gz freebsd-ports-gnome-083cb6a50361ddf57dc397721f0ef6d3b4d1670d.tar.zst freebsd-ports-gnome-083cb6a50361ddf57dc397721f0ef6d3b4d1670d.zip |
Convert to USES=imake
Diffstat (limited to 'x11-fm/xcruise')
-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 |