Lines 24-31
Link Here
|
24 |
COMMENT= Shell-like command line ftp client |
24 |
COMMENT= Shell-like command line ftp client |
25 |
|
25 |
|
26 |
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |
26 |
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |
27 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline |
|
|
28 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
29 |
|
27 |
|
30 |
USE_ICONV= yes |
28 |
USE_ICONV= yes |
31 |
USE_BZIP2= yes |
29 |
USE_BZIP2= yes |
Lines 40-45
Link Here
|
40 |
|
38 |
|
41 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
42 |
|
40 |
|
|
|
41 |
.if ${OSVERSION} < 602109 || (${OSVERSION} > 700000 && ${OSVERSION} < 700029) |
42 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline |
43 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline |
44 |
.endif |
45 |
|
43 |
.if defined(WITH_GNUTLS) |
46 |
.if defined(WITH_GNUTLS) |
44 |
CONFIGURE_ARGS+= --with-gnutls |
47 |
CONFIGURE_ARGS+= --with-gnutls |
45 |
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls |
48 |
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls |