diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
commit | bd19e1a68b8ed08a41e8c54fd446db6f9f845e20 (patch) | |
tree | aa722e8c34867c9ef44b9a037ba7194406118f02 /mail/balsa | |
parent | da2658174d17d340834adda18ae39b24e984619d (diff) | |
download | FreeBSD-ports-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.zip FreeBSD-ports-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.gz |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 0216686..f322d0f 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 |