diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-11 14:38:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-11 14:38:55 +0800 |
commit | c201fed20bd41dbadff9d65343cf861fab18e27b (patch) | |
tree | 7c9990f03a1f2fdc70dc7e1763f2714ef5f598c8 | |
parent | 7fc6cc2485fd7a2dc053feade1a8a4c9bf9635b5 (diff) | |
download | freebsd-ports-gnome-c201fed20bd41dbadff9d65343cf861fab18e27b.tar.gz freebsd-ports-gnome-c201fed20bd41dbadff9d65343cf861fab18e27b.tar.zst freebsd-ports-gnome-c201fed20bd41dbadff9d65343cf861fab18e27b.zip |
Actually remove libical dependency.
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 98ac45e8c8b2..74c4faf3c4f8 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -49,10 +49,6 @@ BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ BROKEN= "Calendar requires Composer and Mailnews support." .endif -.if defined(WITH_CALENDAR) -LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical -.endif - LATEST_LINK= ${MOZILLA} EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ --exclude */macbuild/*\ |