aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-07-03 13:33:29 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-07-03 13:33:29 +0000
commitba040852c7e7bfd459c8aeed50f5336ede6e1327 (patch)
treee51efcea31b7655a88051eb4ceed98bf3ecee0bd /editors/calligra
parenta5bd3e8755db68736e9c1ee232d2ff61d67c9d0c (diff)
downloadports-ba040852c7e7bfd459c8aeed50f5336ede6e1327.tar.gz
ports-ba040852c7e7bfd459c8aeed50f5336ede6e1327.zip
- Switch dependency from postgresql-libpqxx30 to postgresql-libpqxx3.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=300436
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index e46485f42f38..cdc7e23a598e 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -7,7 +7,7 @@
PORTNAME= calligra
PORTVERSION= ${CALLIGRA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/
@@ -100,8 +100,8 @@ PLIST_SUB+= MYSQL="@comment "
.if !defined(WITHOUT_PGSQL)
USE_PGSQL= yes
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx30
-RUN_DEPENDS+= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx30
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx3
+RUN_DEPENDS+= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx3
PLIST_SUB+= PGSQL=""
.else
CMAKE_ARGS+= -DWITH_PostgreSQL:BOOL=FALSE