diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-18 15:25:14 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-18 15:25:14 +0000 |
commit | b3ec68c311331bad8fd42f7adb28a7bd97ab07fb (patch) | |
tree | 95beb5567f2a1fedef5cdbbff765ee5671ebba44 /security/cyrus-sasl2 | |
parent | 4cf011b0b751a5ba5d7fe233a835f181e9b5703e (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 196a5887f9c6..42cec3bda0f8 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -86,12 +86,16 @@ WANT_MYSQL_VER= 323 .if defined(WITH_MYSQL) USE_MYSQL= YES CONFIGURE_ARGS+=--with-mysql=${PREFIX} +.else +CONFIGURE_ARGS+=--without-mysql .endif .if defined(WITH_PGSQL) POSTGRESQL_PORT?= databases/postgresql-client LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+=--with-pgsql=${PREFIX} +.else +CONFIGURE_ARGS+=--without-pgsql .endif .if defined(WITH_MYSQL) || defined(WITH_PGSQL) |