diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 2 | ||||
-rw-r--r-- | ftp/llnlxftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/moxftp/Makefile | 10 |
3 files changed, 4 insertions, 10 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 062706042bfb..d9533823c66e 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -17,7 +17,7 @@ MAINTAINER= dima@FreeBSD.org MAN1= xdir.1 WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes .include <bsd.port.mk> diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index e18409ec73d9..5565b07ec2fe 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dima@FreeBSD.org WRKSRC= ${WRKDIR}/llnlxftp2.1/sources -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes .include <bsd.port.mk> diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 5dd48cdcafa5..da22eadb1b0b 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -15,20 +15,14 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -REQUIRES_MOTIF= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= ${PROGRAM_NAME}.1 PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME} STRIP= -# CONFIGURE_ARGS set to : -# motif - for motif version, (not tested!!!) -# athena - for athena version, -# athena3d - for athena 3 d version, (you should have installed Xaw3d!!!) -# openlook - for open look version - (not tested!!!) -# If you use athena3d uncomment LIB_DEPENDS !!! -.if defined(HAVE_MOTIF) +.if !defined(WANT_ATHENA_VERSION) +USE_MOTIF= yes CONFIGURE_ARGS= motif PROGRAM_NAME=mftp RESOURCE_NAME=Mftp |