diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 05:06:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 05:06:22 +0800 |
commit | 7788ca392904fa274d914bcb12f8ca23e25eae30 (patch) | |
tree | 14e3099ebab3b7b9dedfa80cf305612b7c07d40f /astro | |
parent | 690340d01410a56d850c819c0bddb045e1aff691 (diff) | |
download | freebsd-ports-gnome-7788ca392904fa274d914bcb12f8ca23e25eae30.tar.gz freebsd-ports-gnome-7788ca392904fa274d914bcb12f8ca23e25eae30.tar.zst freebsd-ports-gnome-7788ca392904fa274d914bcb12f8ca23e25eae30.zip |
Convert to USES=motif
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xmoontool/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile index 14af8be382fa..711bfac236fc 100644 --- a/astro/xmoontool/Makefile +++ b/astro/xmoontool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmoontool -# Date created: 31 December 2005 -# Whom: Frank W. Josellis <frank@dynamical-systems.org> -# +# Created by: Frank W. Josellis <frank@dynamical-systems.org> # $FreeBSD$ -# PORTNAME= xmoontool PORTVERSION= 3.0.3 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.senax.net/xmoontool/ MAINTAINER= frank@dynamical-systems.org COMMENT= A version of John Walker's classical moontool for X11/Motif -USE_MOTIF= yes +USES= motif MAN1= xmoontool.1 PORTDOCS= NOTES |