diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-30 15:30:35 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-30 15:30:35 +0000 |
commit | 7c5660124a70af1bf387966df949d3a3affdc38f (patch) | |
tree | bbab30f16ef294736a769a7a01e7213b8c727d3b /databases | |
parent | 449f80491372adfef1e77fc4f907f380a646b6d1 (diff) | |
download | ports-7c5660124a70af1bf387966df949d3a3affdc38f.tar.gz ports-7c5660124a70af1bf387966df949d3a3affdc38f.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/aolserver-nspostgres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/aolserver-nspostgres/Makefile b/databases/aolserver-nspostgres/Makefile index fe2875787b1d..59455f3fcf7b 100644 --- a/databases/aolserver-nspostgres/Makefile +++ b/databases/aolserver-nspostgres/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/aolserver/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= aolserver- DIST_SUBDIR= aolserver -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bryan@shatow.net COMMENT= Internal PostgreSQL driver for AOLserver LICENSE= MPL @@ -26,8 +26,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver USE_PGSQL= yes -DEFAULT_PGSQL_VER= 82 USE_GMAKE= yes +USE_LDCONFIG= yes MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \ PG_CONFIG="${LOCALBASE}/bin/pg_config" \ |