diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 3 | ||||
-rw-r--r-- | ftp/llnlxftp/Makefile | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 669316c4efd3..acea057529a2 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -14,8 +14,7 @@ COMMENT= Motif FTP client PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp WRKSRC= ${WRKDIR}/llnlxftp2.1/sources -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xp xt CFLAGS+= -Wno-implicit-int \ |