diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
commit | 7112ba2b404b9dd889c9f4a5a3d433b26f9035bc (patch) | |
tree | a9ee08af9bd503352ea6981ff0980381216b49bc /deskutils | |
parent | 6429a6a789b732eba2cf06ee65dcfe09129b6a73 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plan/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xinvest/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xmdiary/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xopps/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index e493c5fc1cce..e4bc0d7ba7dc 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= deischen@iworks.InterWorks.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes WRKSRC= ${WRKDIR}/plan-1.8.2/src ALL_TARGET= freebsd MAN1= netplan.1 plan.1 diff --git a/deskutils/xinvest/Makefile b/deskutils/xinvest/Makefile index 41b78f34d0d2..3c804ec3350a 100644 --- a/deskutils/xinvest/Makefile +++ b/deskutils/xinvest/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile index f40a5d47f95d..37e5ce9ee79f 100644 --- a/deskutils/xmaddressbook/Makefile +++ b/deskutils/xmaddressbook/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@augusta.de -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/xmaddressbook MAN1= xmaddressbook.1 diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 43e9b00d747d..db3e0f69e101 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mi@aldan.algebra.com NO_CDROM= "Don't sell for profit" EXTRACT_ONLY= ${DISTNAME}.tar.gz -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \ xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \ diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile index 327cb128c039..b652b6392645 100644 --- a/deskutils/xopps/Makefile +++ b/deskutils/xopps/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org ALL_TARGET= USE_X_PREFIX= yes -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAKE_ENV= 'MACH=${OPSYS}' MAN1= xopps.1 |