diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-24 17:06:46 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-24 17:06:46 +0000 |
commit | 08a4041964ed3da4b7320ca36642caab4e08ab88 (patch) | |
tree | 0bfb5e645cc97e792983451a680e2cd0af104fb3 /www/nspostgres | |
parent | c605d7b32e1382cad5a097e7143e9124f4970d95 (diff) |
Notes
Diffstat (limited to 'www/nspostgres')
-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 |