diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
commit | e44b26dc74b5fc03ddc032d49160418708d254f0 (patch) | |
tree | ae7dfd6b868b76472098f29f9f56578edb860c98 /databases/evolution-data-server/Makefile | |
parent | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff) | |
download | marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip |
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index c3f6ccf53..f5dab457f 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.208 2011/04/30 20:43:13 mezz Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.209 2011/06/04 22:51:27 mezz Exp $ # PORTNAME= evolution-data-server @@ -41,8 +41,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} +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" |