diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 03:54:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 03:54:53 +0800 |
commit | 47a2a44aed51c340204be69e5b1dcade1c55df30 (patch) | |
tree | d4a625ba639224a78f7d7e8fb99c3642c0fc044c /databases/evolution-data-server/Makefile | |
parent | b696c996c870fd87038908ca24398f6bf089093e (diff) | |
download | marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.gz marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.bz2 marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.lz marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.xz marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.zst marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.zip |
Update to 0.0.97.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 081dc03c8..673caa079 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 0.0.96 +PORTVERSION= 0.0.97 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 @@ -23,7 +23,7 @@ USE_BISON= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnome USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |