diff options
author | avilla <avilla@FreeBSD.org> | 2012-07-03 21:33:29 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-07-03 21:33:29 +0800 |
commit | c90fd1c387690bb24122378cba86d019b8b95fc5 (patch) | |
tree | 25ab5df8fb9319cbbdd39b19282cca601ea405ae | |
parent | 0702d2e7ce11042be884cb1d1661111c9da5e8e4 (diff) | |
download | freebsd-ports-gnome-c90fd1c387690bb24122378cba86d019b8b95fc5.tar.gz freebsd-ports-gnome-c90fd1c387690bb24122378cba86d019b8b95fc5.tar.zst freebsd-ports-gnome-c90fd1c387690bb24122378cba86d019b8b95fc5.zip |
- Switch dependency from postgresql-libpqxx30 to postgresql-libpqxx3.
- Bump PORTREVISION.
-rw-r--r-- | editors/calligra/Makefile | 6 |
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 |