diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /ftp | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 8 | ||||
-rw-r--r-- | ftp/llnlxftp/Makefile | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index c664844df560..2e2aa93e70ac 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: llnlxdir -# Date created: 9 November 1997 -# Whom: Dima Ruban <dima@FreeBSD.org> -# +# Created by: Dima Ruban <dima@FreeBSD.org> # $FreeBSD$ -# PORTNAME= llnlxdir PORTVERSION= 2.1.2 @@ -20,8 +16,8 @@ PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir MAN1= xdir.1 WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xp xt .include <bsd.port.mk> diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 1091305975b0..669316c4efd3 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -14,8 +14,8 @@ COMMENT= Motif FTP client PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp WRKSRC= ${WRKDIR}/llnlxftp2.1/sources +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xp xt CFLAGS+= -Wno-implicit-int \ |