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 | |
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')
-rw-r--r-- | x11-fm/xcruise/Makefile | 9 | ||||
-rw-r--r-- | x11-fm/xfm/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/xplore/Makefile | 3 |
3 files changed, 6 insertions, 14 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 diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index f0a608ca991b..0d203149e46f 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfm -# Date created: 28 December 1994 -# Whom: jc@irbs.com John Capo -# +# Created by: jc@irbs.com John Capo # $FreeBSD$ -# PORTNAME= xfm PORTVERSION= 1.4.3 @@ -16,7 +12,7 @@ COMMENT= The X File Manager LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xfm.1 xfmtype.1 diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile index 63a46ab57c81..34aa3b409deb 100644 --- a/x11-fm/xplore/Makefile +++ b/x11-fm/xplore/Makefile @@ -12,7 +12,8 @@ COMMENT= Yet another Motif file manager LICENSE= GPLv2 -USE_IMAKE= yes +USES= imake +USE_GCC= any USE_MOTIF= yes USE_XORG= xpm MAKE_JOBS_UNSAFE=yes |