diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:52:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:52:39 +0800 |
commit | 68fc26ce02382e9ded369a1cd7150b7f0355ee28 (patch) | |
tree | b64f94e0dd517c5d53092247677d70e47f5f99ea | |
parent | 299181a11be72811f3d65e0286a5396975745401 (diff) | |
download | freebsd-ports-gnome-68fc26ce02382e9ded369a1cd7150b7f0355ee28.tar.gz freebsd-ports-gnome-68fc26ce02382e9ded369a1cd7150b7f0355ee28.tar.zst freebsd-ports-gnome-68fc26ce02382e9ded369a1cd7150b7f0355ee28.zip |
Convert to USES=imake
Trim header
-rw-r--r-- | x11/xaniroc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index 394b67161729..5d912ef48b62 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xaniroc -# Date created: 20 Sep 1997 -# Whom: Stefan Zehl <sec@42.org> -# +# Created by: Stefan Zehl <sec@42.org> # $FreeBSD$ -# PORTNAME= xaniroc PORTVERSION= 1.02 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .src.tar.Z MAINTAINER= sec@42.org COMMENT= Animate your root-cursor -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xaniroc.1 PLIST_FILES= bin/xaniroc |