Lines 16-21
Link Here
|
16 |
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ |
16 |
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ |
17 |
neon.23:${PORTSDIR}/www/neon |
17 |
neon.23:${PORTSDIR}/www/neon |
18 |
|
18 |
|
|
|
19 |
USE_GETOPT_LONG= yes |
19 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
20 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
22 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
Lines 27-37
Link Here
|
27 |
|
28 |
|
28 |
CPPFLAGS= -I${LOCALBASE}/include |
29 |
CPPFLAGS= -I${LOCALBASE}/include |
29 |
LDFLAGS= -L${LOCALBASE}/lib |
30 |
LDFLAGS= -L${LOCALBASE}/lib |
30 |
|
|
|
31 |
.if !exists(/usr/include/getopt.h) |
32 |
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |
33 |
LDFLAGS+= -lgnugetopt |
34 |
.endif |
35 |
|
31 |
|
36 |
.if !defined(WITHOUT_OPENSSL) |
32 |
.if !defined(WITHOUT_OPENSSL) |
37 |
USE_OPENSSL= yes |
33 |
USE_OPENSSL= yes |