diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-15 04:51:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-15 04:51:44 +0800 |
commit | 2f40e21770420560f120211ac50272a83d1c0cc6 (patch) | |
tree | 702f4062eeb552ee7fc9ebc6a0c3d9268e00e8ad /databases | |
parent | dea4f024205ef68ac898426c9d4dbfc3c034c6ce (diff) | |
download | marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar.gz marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar.bz2 marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar.lz marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar.xz marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.tar.zst marcuscom-ports-2f40e21770420560f120211ac50272a83d1c0cc6.zip |
Use the gtkhtml3 component.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1666 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 7471f2f80..99793ca57 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -15,13 +15,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite -LIB_DEPENDS= gtkhtml-3.1.5:${PORTSDIR}/www/gtkhtml3 - USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget gtkhtml3 USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |