diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
commit | 4f5620349fd6cb517674e9a46fa32d7de5e32bde (patch) | |
tree | 546af44a46be11b58796225353098559bf252e22 /mail/evolution/Makefile | |
parent | Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore (diff) |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Notes
Notes:
svn path=/head/; revision=44213
Diffstat (limited to '')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0a00ae1b69b6..94adf1464c75 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,15 +7,15 @@ PORTNAME= evolution PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml -# ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until -# it doesn't work +#LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until +# it actually works USE_GMAKE= yes USE_BISON= yes |