diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 14:41:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 14:41:27 +0000 |
commit | 371aa199bec78bbf5d60fb0e5f95eabfb17e5a75 (patch) | |
tree | 0d2997da0fbeea17d71a6925ee0ecc0c24be7f5b /editors/xemacs | |
parent | 9605b8136ea0f55874b67e34b0649d4c29aa7bed (diff) |
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 0bd8769ee469..94e0bf590646 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -65,8 +65,8 @@ CONFIGURE_ARGS+= --with-ldap=no .endif .if defined(WITH_POSTGRES) +USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql -LIB_DEPENDS+= pq:${PORTSDIR}databases/postgresql${DEFAULT_PGSQL_VER}-client .else CONFIGURE_ARGS+= --without-postgresql .endif |