Date: Fri, 28 Jun 2013 18:37:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321975 - in head/comms: ibp seyon viewfax Message-ID: <201306281837.r5SIbKVr053061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jun 28 18:37:20 2013 New Revision: 321975 URL: http://svnweb.freebsd.org/changeset/ports/321975 Log: Convert to USES=imake Modified: head/comms/ibp/Makefile head/comms/seyon/Makefile head/comms/viewfax/Makefile Modified: head/comms/ibp/Makefile ============================================================================== --- head/comms/ibp/Makefile Fri Jun 28 18:32:25 2013 (r321974) +++ head/comms/ibp/Makefile Fri Jun 28 18:37:20 2013 (r321975) @@ -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 Modified: head/comms/seyon/Makefile ============================================================================== --- head/comms/seyon/Makefile Fri Jun 28 18:32:25 2013 (r321974) +++ head/comms/seyon/Makefile Fri Jun 28 18:37:20 2013 (r321975) @@ -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 Modified: head/comms/viewfax/Makefile ============================================================================== --- head/comms/viewfax/Makefile Fri Jun 28 18:32:25 2013 (r321974) +++ head/comms/viewfax/Makefile Fri Jun 28 18:37:20 2013 (r321975) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306281837.r5SIbKVr053061>