Only specify an ncurses pre-requisite if the Operating System is NetBSD.
This commit is contained in:
parent
d0b7ba3042
commit
bb95e1a1a5
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:17 tsarna Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1999/03/12 11:26:26 agc Exp $
|
||||
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -9,13 +9,15 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
|
|||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.ncftp.com/ncftp/
|
||||
|
||||
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-readline
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
|
||||
.endif
|
||||
|
||||
# Include SOCKS firewall support
|
||||
.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
|
||||
CFLAGS+= -I${PREFIX}/include
|
||||
|
|
Loading…
Reference in a new issue