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 /mail | |
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 'mail')
-rw-r--r-- | mail/ml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 7202d7e946fa..a3223c29f7da 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -11,9 +11,8 @@ MAINTAINER= mjl@luckie.org.nz COMMENT= X11 IMAP client WRKSRC= ${WRKDIR}/${DISTNAME}/src -USES= imake +USES= imake motif USE_XORG= ice sm x11 xext xmu xp xt -USE_MOTIF= yes pre-configure: @${ECHO_MSG} "===> Building c-client" |