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/ibp | |
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/ibp')
-rw-r--r-- | comms/ibp/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |