diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-10 09:16:56 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-10 09:16:56 +0800 |
commit | 7eae80eb3d95f615b26a79c76da6646e1ed1d348 (patch) | |
tree | 285fe8e3f6ea63642bd1f87c0242291bd2a909a0 /databases/evolution-data-server | |
parent | 7c68529cc0b223b19ec431fe903705fc3df58020 (diff) | |
download | marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar.gz marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar.bz2 marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar.lz marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar.xz marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.tar.zst marcuscom-ports-7eae80eb3d95f615b26a79c76da6646e1ed1d348.zip |
- Bump PORTREVISION to force rebuild of .la files for the nss move. Why do we
install .la files again?
- Let nss.pc handle CFLAGS/LDFLAGS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8027 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 3db03c02f..26e1187bd 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.103 2006/11/07 14:06:35 ahze Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.104 2006/12/04 23:27:54 marcus Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,8 +35,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --enable-nss=yes \ --with-openldap=yes \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-krb5=/usr \ |