diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
commit | 4031a6967c572131286ac61cc1b11872a57cd37d (patch) | |
tree | 714c4a22b469826dcc0386922e90e2c36f96e684 /print/kaspaliste/Makefile | |
parent | 092124470bd598a7373693de2d97a5091e74d063 (diff) |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Notes
Notes:
svn path=/head/; revision=109952
Diffstat (limited to 'print/kaspaliste/Makefile')
-rw-r--r-- | print/kaspaliste/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index 08df8eed0ff6..9f2df20fd408 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jaapb@kerguelen.org COMMENT= Bibliography tool for KDE/Postgres/BibTeX LIB_DEPENDS= \ - pq.3:${PORTSDIR}/databases/postgresql-client + pq.3:${PORTSDIR}/databases/postgresql7 USE_BZIP2= yes USE_KDEBASE_VER= 3 |