diff options
author | leeym <leeym@FreeBSD.org> | 2003-07-06 19:51:21 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-07-06 19:51:21 +0800 |
commit | 4d5609d5deb4b81e5452b7c451c13510bdbe8efb (patch) | |
tree | 6d2081ff48fd355a0622e335dfdc9a5a98983e5e | |
parent | ad8b8387e5591e01e7238074007b13ff6c0ec24b (diff) | |
download | freebsd-ports-graphics-4d5609d5deb4b81e5452b7c451c13510bdbe8efb.tar.gz freebsd-ports-graphics-4d5609d5deb4b81e5452b7c451c13510bdbe8efb.tar.zst freebsd-ports-graphics-4d5609d5deb4b81e5452b7c451c13510bdbe8efb.zip |
The path for the PostgreSQL dependancy was wrong.
Spotted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
PR: 54143
Submitted by: Dominic Marks <dom@cus.org.uk>
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index add951b328e..b4ed5d80104 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap # can be used to store user tables. # .if WITH_PGSQL -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql .endif diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index add951b328e..b4ed5d80104 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap # can be used to store user tables. # .if WITH_PGSQL -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql .endif |