diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 02:37:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 02:37:20 +0800 |
commit | 22b35aeb4b16136cf650a275a2a4297aef2cf578 (patch) | |
tree | 43c4ec9526c27319a5e4a5cd873161434b1d0e98 /comms/viewfax | |
parent | 6562492bb15e0d185d1ac21179d210b657800bc0 (diff) | |
download | freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.tar.gz freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.tar.zst freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.zip |
Convert to USES=imake
Diffstat (limited to 'comms/viewfax')
-rw-r--r-- | comms/viewfax/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |