diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 04:56:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 04:56:05 +0800 |
commit | 34bdcbc41a2e3aaa34fd53943be3222660afc4ea (patch) | |
tree | d2b7046cf41926210ab5454fe822c50113289aeb /deskutils/mrundlg | |
parent | aed08a8359c731240448caa5f383e671dcb1493a (diff) | |
download | freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.tar.gz freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.tar.zst freebsd-ports-gnome-34bdcbc41a2e3aaa34fd53943be3222660afc4ea.zip |
Convert to USES=imake
Diffstat (limited to 'deskutils/mrundlg')
-rw-r--r-- | deskutils/mrundlg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/mrundlg/Makefile b/deskutils/mrundlg/Makefile index fdf7128d10dd..3e436f9c7173 100644 --- a/deskutils/mrundlg/Makefile +++ b/deskutils/mrundlg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mrundlg -# Date created: 12 July 2005 -# Whom: Matthew Holder <sixxgate@hotmail.com> -# +# Created by: Matthew Holder <sixxgate@hotmail.com> # $FreeBSD$ -# PORTNAME= mrundlg PORTVERSION= 1.0 @@ -15,9 +11,9 @@ MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= sixxgate@hotmail.com COMMENT= An application / program launcher for Motif +USES= imake USE_MOTIF= yes USE_BZIP2= yes -USE_IMAKE= yes USE_XORG= x11 xmu xt MAN1= mrundlg.1 MANCOMPRESSED= yes |