diff options
| author | Patrick Li <pat@FreeBSD.org> | 2002-03-14 06:19:43 +0000 |
|---|---|---|
| committer | Patrick Li <pat@FreeBSD.org> | 2002-03-14 06:19:43 +0000 |
| commit | 31970438e905ef664b0b7870d023d7150fd4374c (patch) | |
| tree | 7bd50ae338e354a8aa233d1f76a1b72b93ce04e9 /net/gnu-radius/scripts/configure | |
| parent | Depend on freetype2 libs and fix ORBit detection (diff) | |
Correct include and lib paths
PR: 35847
Submitted by: maintainer
Diffstat (limited to 'net/gnu-radius/scripts/configure')
| -rw-r--r-- | net/gnu-radius/scripts/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gnu-radius/scripts/configure b/net/gnu-radius/scripts/configure index cb41950eaf8f..dbfb5a312f20 100644 --- a/net/gnu-radius/scripts/configure +++ b/net/gnu-radius/scripts/configure @@ -52,10 +52,12 @@ while [ "$1" ]; do \"MySQL\") echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client:install" echo "CONFIGURE_ARGS+= --with-mysql" + echo "CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib/mysql/" ;; \"PostgreSQL\") echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7:install" echo "CONFIGURE_ARGS+= --with-postgres" + echo "CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include/pgsql/" ;; \"SNMP\") echo "CONFIGURE_ARGS+= --enable-snmp" |
