diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 18:37:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 18:37:20 +0000 |
| commit | 2bb55ced8649b90bc13c14c860cf03a5fd645223 (patch) | |
| tree | 43c4ec9526c27319a5e4a5cd873161434b1d0e98 | |
| parent | Convert to USES=imake (diff) | |
Convert to USES=imake
| -rw-r--r-- | comms/ibp/Makefile | 8 | ||||
| -rw-r--r-- | comms/seyon/Makefile | 2 | ||||
| -rw-r--r-- | comms/viewfax/Makefile | 8 |
3 files changed, 5 insertions, 13 deletions
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile index 99adf30173e0..095a2e274ed0 100644 --- a/comms/ibp/Makefile +++ b/comms/ibp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibp -# Date created: 3 August 2008 -# Whom: Diane Bruce <db@db.net> -# +# Created by: Diane Bruce <db@db.net> # $FreeBSD$ -# PORTNAME= ibp PORTVERSION= 0.21 @@ -17,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= db@FreeBSD.org COMMENT= A little program for monitoring amateur radio beacons -USE_IMAKE= yes +USES= imake USE_XORG= x11 PLIST_FILES= bin/ibp diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 3f437fb73a05..a4845eeb0d84 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Communications package for the X Window system WRKSRC= ${WRKDIR}/seyon -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xpm xmu xaw xt sm ice MAKE_JOBS_UNSAFE= yes diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 662bb956e935..22cc447ccc81 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: viewfax -# Date created: 16 sept 1995 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= viewfax PORTVERSION= 2.6 @@ -15,7 +11,7 @@ MASTER_SITES= ftp://ftp.ping.de/pub/unix/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= Display files containing g3 and/or g4 coded fax pages -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext PLIST_FILES= bin/viewfax lib/viewfax.tif |
