|
Lines 343-348
Link Here
|
| 343 |
CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE} |
343 |
CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE} |
| 344 |
.endif |
344 |
.endif |
| 345 |
|
345 |
|
|
|
346 |
.if defined(WITH_ORACLE) |
| 347 |
BUILD_DEPENDS+= ${LOCALBASE}/oracle7/rdbms/demo/oracle.mk:${PORTSDIR}/databases/oracle7-client |
| 348 |
CONFIGURE_ARGS+=--with-oracle=$(LOCALBASE)/oracle7 |
| 349 |
.endif |
| 350 |
|
| 346 |
.if defined(WITH_OPENLDAP) |
351 |
.if defined(WITH_OPENLDAP) |
| 347 |
.if exists(${LOCALBASE}/lib/libldap.so.1) |
352 |
.if exists(${LOCALBASE}/lib/libldap.so.1) |
| 348 |
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 |
353 |
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 |