diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-02 22:26:03 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-02 22:26:03 +0000 |
commit | ae8b037197c0105a4f4f2c39a8edc655d4abfa2f (patch) | |
tree | 82ca7a4a8d10d39e854fe9bf0ef3b44800986f9c /ftp | |
parent | 9fbb7f3952cb60ebe2304d8db575370207a15fee (diff) | |
download | FreeBSD-ports-ae8b037197c0105a4f4f2c39a8edc655d4abfa2f.zip FreeBSD-ports-ae8b037197c0105a4f4f2c39a8edc655d4abfa2f.tar.gz |
REQUIRES_MOTIF= yes
The non motif version seems to require motif too (that make any sense?)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moxftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 9633ce7..b55e1df 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.21 1998/12/12 01:48:39 jseger Exp $ +# $Id: Makefile,v 1.22 1999/03/24 17:38:00 steve Exp $ # DISTNAME= moxftp-2.2 @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG -HAS_CONFIGURE= yes +REQUIRES_MOTIF= yes +GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= ${PROGRAM_NAME}.1 PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME} |