diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-14 08:09:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-14 08:09:10 +0000 |
commit | 2b273e7a1572bbe9ef9fc0692871d360cbad71a6 (patch) | |
tree | 8129917b0215bb3ec810cf1d2432471faa865c5f /mail/gnumail/Makefile | |
parent | - cleanup obsolete defs (diff) |
- update to 1.1.2
PR: 73912
Submitted by: Miguel Mendez
Diffstat (limited to 'mail/gnumail/Makefile')
-rw-r--r-- | mail/gnumail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index d312b9ff5e59..b4b9d99676c5 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnumail -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= mail MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/ DISTNAME= GNUMail-${PORTVERSION} @@ -16,7 +15,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep mail client BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} +BUILD_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/mail/addresses RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} +RUN_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/mail/addresses PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes |