diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 09:08:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 09:08:02 +0800 |
commit | 85f80fc47ef879e087bc9d529819a8ee8c5a1606 (patch) | |
tree | 9a4958bd9acddf395530a08c8abd01ac32d99dfd /www | |
parent | 3ea172f344ce8aaf908a154559a556c48d8cb67e (diff) | |
download | freebsd-ports-graphics-85f80fc47ef879e087bc9d529819a8ee8c5a1606.tar.gz freebsd-ports-graphics-85f80fc47ef879e087bc9d529819a8ee8c5a1606.tar.zst freebsd-ports-graphics-85f80fc47ef879e087bc9d529819a8ee8c5a1606.zip |
BROKEN: Incomplete pkg-plist
Diffstat (limited to 'www')
-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 34e02bc85cc..8bcf408ea15 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//} |