diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
commit | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /ftp/llnlxdir | |
parent | 001afe11f445e4869bac6a102524066580819412 (diff) | |
download | freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'ftp/llnlxdir')
-rw-r--r-- | ftp/llnlxdir/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 2e2aa93e70ac..9f5320ec87c7 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -16,8 +16,7 @@ PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir MAN1= xdir.1 WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xp xt .include <bsd.port.mk> |