diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
commit | 001afe11f445e4869bac6a102524066580819412 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /deskutils | |
parent | b41e4c8ce508f1206eba1b3746328e966b5be209 (diff) | |
download | freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.gz freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.zst freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.zip |
Convert from USE_MOTIF to USES=motif
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mrundlg/Makefile | 5 | ||||
-rw-r--r-- | deskutils/plan/Makefile | 11 | ||||
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xmdiary/Makefile | 3 |
4 files changed, 8 insertions, 14 deletions
diff --git a/deskutils/mrundlg/Makefile b/deskutils/mrundlg/Makefile index 3e436f9c7173..55f873da6c01 100644 --- a/deskutils/mrundlg/Makefile +++ b/deskutils/mrundlg/Makefile @@ -9,10 +9,9 @@ CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= sixxgate@hotmail.com -COMMENT= An application / program launcher for Motif +COMMENT= Application / program launcher for Motif -USES= imake -USE_MOTIF= yes +USES= imake motif USE_BZIP2= yes USE_XORG= x11 xmu xt MAN1= mrundlg.1 diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index 25361c012cf4..680e9a427af9 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: plan -# Date created: 14 April 1996 -# Whom: Daniel Eischen <deischen@freebsd.org> -# +# Created by: Daniel Eischen <deischen@freebsd.org> # $FreeBSD$ -# + # Also update ports/japanese/plan/ (ja-plan) when this port is updated PORTNAME= plan @@ -13,9 +10,9 @@ MASTER_SITES= ftp://plan.ftp.fu-berlin.de/ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -COMMENT= An X/Motif schedule planner with calendar +COMMENT= X/Motif schedule planner with calendar -USE_MOTIF= yes +USES= motif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src ALL_TARGET= freebsd MAN1= netplan.1 plan.1 diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile index ff2a50f39df4..b7105fdaff1f 100644 --- a/deskutils/xmaddressbook/Makefile +++ b/deskutils/xmaddressbook/Makefile @@ -12,8 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11/Motif-based addressbook program -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xi xp xt oldx WRKSRC= ${WRKDIR}/xmaddressbook MAN1= xmaddressbook.1 diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index b02651bc0f2a..d67bd95d46ae 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -14,8 +14,7 @@ COMMENT= Personal and group calendar utility NO_CDROM= Don't sell for profit EXTRACT_ONLY= ${DISTNAME}.tar.gz -USE_MOTIF= yes -USES= imake +USES= imake motif USE_GCC= any USE_XORG= x11 xext xp xpm xt MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \ |