diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 15:39:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 15:39:58 +0800 |
commit | 7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8 (patch) | |
tree | 7d2e3b23ca0d6194a83222b757049b1979434706 /databases/evolution-data-server/Makefile | |
parent | 9fb6bc1d31531a9afe6b3a3cec3fca97535ef347 (diff) | |
download | marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar.gz marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar.bz2 marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar.lz marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar.xz marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.tar.zst marcuscom-ports-7db1830046dcf6bfa69d1c40e09d7ebfe7add3e8.zip |
Add ltverhack to normalize the shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4552 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, 4 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index e9609bf7c..cf760ecc3 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.53 2005/08/09 00:51:59 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.54 2005/08/09 17:50:24 adamw Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -24,7 +25,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \ + ltverhack USE_OPENLDAP= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 |