diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
commit | e59721f95e9026927abb831456f5504091ef6c9d (patch) | |
tree | 356d018a2f897bed034a0903e82517804a71cb93 /mail/evolution/Makefile | |
parent | 2a9f1bb2b747b243c62f12b24c98f5f229422b3b (diff) | |
download | marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.gz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.bz2 marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.lz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.xz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.zst marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.zip |
Update to 1.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8184dc7a6..a1fde4293 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite -LIB_DEPENDS= edataserver.0:${PORTSDIR}/databases/evolution-data-server \ +LIB_DEPENDS= edataserver.1:${PORTSDIR}/databases/evolution-data-server \ nss3.1:${PORTSDIR}/security/nss RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell @@ -58,7 +58,8 @@ PLIST_SUB= PILOT:="" PLIST_SUB= PILOT:="@comment " .endif CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" + LIBS="${PTHREAD_LIBS}" \ + LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB+= VERSION=${EVO_VERSION} PKGINSTALL= ${WRKDIR}/pkg-install |