diff options
-rw-r--r-- | www/nspostgres/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index 1f4a736cb7b9..70aeb611d46b 100644 --- a/www/nspostgres/Makefile +++ b/www/nspostgres/Makefile @@ -19,6 +19,9 @@ COMMENT= A driver to access PostgreSQL databases from Aolserver BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Use www/aolserver with WITH_NSPOSTGRES=1 instead. +IGNORE= ${DEPRECATED} + USE_PGSQL= yes WRKSRC= ${WRKDIR}/nspostgres |