diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-17 16:22:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-17 16:22:55 +0800 |
commit | ac834ee80d18dc10a715944501c29f9431f3d252 (patch) | |
tree | add12709b754ea964359c1b8b5962a8a2aa89851 /mail/evolution-groupwise | |
parent | 703c2a274ec5dfc95079efc043559c5e27c5ff1c (diff) | |
download | marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.gz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.bz2 marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.lz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.xz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.zst marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.zip |
Allow higher BDB versions then 4.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-groupwise')
-rw-r--r-- | mail/evolution-groupwise/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-groupwise/Makefile b/mail/evolution-groupwise/Makefile index 062fbc2eb..cd6967409 100644 --- a/mail/evolution-groupwise/Makefile +++ b/mail/evolution-groupwise/Makefile @@ -19,7 +19,7 @@ USE_XZ= yes USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_BDB= 41 +USE_BDB= 41+ USE_GNOME= gnomeprefix intlhack ltasneededhack libxml2 gconf2 CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib |