diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:08:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:08:02 +0000 |
commit | 68a652c62bee3100db49c04466ebe274dc38056d (patch) | |
tree | 427dccdcabe42e89e80a963adc5954a5e401bb2a /www/mod_auth_pgsql | |
parent | 48bfb2fe01f91fdde55bcd91766bdaae35f50aa3 (diff) | |
download | ports-68a652c62bee3100db49c04466ebe274dc38056d.tar.gz ports-68a652c62bee3100db49c04466ebe274dc38056d.zip |
Notes
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 34e02bc85cca..8bcf408ea15f 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -16,6 +16,8 @@ COMMENT= Allows users to use PostgreSQL databases for user authentication BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} +BROKEN= Incomplete pkg-plist + USE_PGSQL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} |