summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-11 14:41:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-11 14:41:27 +0000
commit371aa199bec78bbf5d60fb0e5f95eabfb17e5a75 (patch)
tree0d2997da0fbeea17d71a6925ee0ecc0c24be7f5b /editors/xemacs
parent- Update to 6.1.2 (diff)
- LIB_DEPENDS is missing a slash
- DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined PR: 110189 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Pointy hat to: db
Notes
Notes: svn path=/head/; revision=187135
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile4
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