diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
commit | 4f5620349fd6cb517674e9a46fa32d7de5e32bde (patch) | |
tree | 546af44a46be11b58796225353098559bf252e22 /mail | |
parent | b5271952f064e6eaca172f7968d8dbe08acd81e9 (diff) | |
download | freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.tar.gz freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.tar.zst freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.zip |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 5 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/evolution/Makefile | 6 |
4 files changed, 10 insertions, 12 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 0216686d20c9..f322d0ff2655 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,15 +7,14 @@ PORTNAME= balsa PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ - gtkhtml.10:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList USE_X_PREFIX= yes USE_GNOME= yes diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 0216686d20c9..f322d0ff2655 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,15 +7,14 @@ PORTNAME= balsa PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ - gtkhtml.10:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList USE_X_PREFIX= yes USE_GNOME= yes diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 0a00ae1b69b6..94adf1464c75 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/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 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 |