diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 22:26:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 22:26:03 +0000 |
commit | 093a9357ca9844044f847512cff9d250b1a72be2 (patch) | |
tree | a431bb6020e86584d633d25dca46d5f1d2b67bd8 /ftp/moxftp | |
parent | 7c0c0fc3ca0916a3871a48a0ae41d937085ede60 (diff) | |
download | ports-093a9357ca9844044f847512cff9d250b1a72be2.tar.gz ports-093a9357ca9844044f847512cff9d250b1a72be2.zip |
REQUIRES_MOTIF= yes
The non motif version seems to require motif too (that make any sense?)
Notes
Notes:
svn path=/head/; revision=18349
Diffstat (limited to 'ftp/moxftp')
-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 9633ce76a455..b55e1df8d219 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} |