summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile8
-rw-r--r--databases/glom/Makefile6
-rw-r--r--databases/libgda4-reference/Makefile12
-rw-r--r--databases/libgda4-reference/pkg-descr3
-rw-r--r--databases/libgda4/Makefile6
5 files changed, 10 insertions, 25 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 7a4fda7ad..431b4090d 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/evolution-data-server/Makefile,v 1.213 2011/10/24 08:12:27 kwm Exp $
+# $MCom: ports/databases/evolution-data-server/Makefile,v 1.214 2012/08/08 16:56:39 kwm Exp $
#
PORTNAME= evolution-data-server
PORTVERSION= 2.32.1
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -39,8 +39,8 @@ CONFIGURE_ARGS= --enable-static \
--enable-gnome-keyring=yes \
--with-openldap=yes \
--with-libdb=${LOCALBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2"
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index cfb239909..0e7b9cc06 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/glom/Makefile,v 1.35 2012/01/05 20:05:08 kwm Exp $
+# $MCom: ports/databases/glom/Makefile,v 1.36 2012/01/16 22:40:46 kwm Exp $
#
PORTNAME= glom
@@ -35,8 +35,8 @@ USE_GNOME= gnomedocutils gnomehack gnomeprefix intltool pygobject3 libxml2
USE_LDCONFIG= yes
USE_PGSQL= yes
INSTALLS_OMF= yes
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \
--disable-documentation
INSTALLS_ICONS= yes
diff --git a/databases/libgda4-reference/Makefile b/databases/libgda4-reference/Makefile
deleted file mode 100644
index bf3894e64..000000000
--- a/databases/libgda4-reference/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# New ports collection makefile for: libgda3-reference
-# Date created: 09 May 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCOM$
-
-PORTREVISION= 0
-
-REFERENCE_SRC= ${WRKSRC}/doc/C
-
-.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/databases/libgda4-reference/pkg-descr b/databases/libgda4-reference/pkg-descr
deleted file mode 100644
index 6fcfe64af..000000000
--- a/databases/libgda4-reference/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This port contains the programming reference for databases/libgda4.
-
-WWW: http://www.gnome-db.org/
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 08bc03f5c..89b61a681 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4/Makefile,v 1.25 2011/10/15 15:18:35 kwm Exp $
+# $MCom: ports/databases/libgda4/Makefile,v 1.26 2011/12/17 17:59:32 kwm Exp $
#
PORTNAME= libgda
@@ -40,8 +40,8 @@ MAKE_JOBS_UNSAFE=yes
CONFIGURE_ARGS= --without-oracle \
--disable-crypto \
--enable-introspection
-CPPFLAGS= -I${LOCALBASE}/include
-LDDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDDFLAGS+= -L${LOCALBASE}/lib
.if ${LIBGDA4_SLAVE}=="no"
OPTIONS= UI "Build UI tools" on