diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:32:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:32:28 +0800 |
commit | 106094e92069fc51357500e130513edb85e450a1 (patch) | |
tree | f705e7267ec7e4a034f1c69b352a892b175915ee /sysutils/xdu | |
parent | 2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7 (diff) | |
download | freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.tar.gz freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.tar.zst freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'sysutils/xdu')
-rw-r--r-- | sysutils/xdu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 4dcbf8aaf87d..2f0cbb665ce9 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphically display output of du NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu MAN1= xdu.1 |