diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /misc/xtar | |
parent | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff) | |
download | freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'misc/xtar')
-rw-r--r-- | misc/xtar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 7fa3756179c3..0c0ba9c43fac 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -11,8 +11,7 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xp xt MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 |