diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-14 08:10:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-14 08:10:56 +0000 |
commit | 1505937dd792f44085c8f1255b5bb5ece2cc96a3 (patch) | |
tree | b60699ecfa9947a4d8e10c491670ab968036f07d /mail/gnumail | |
parent | 2b273e7a1572bbe9ef9fc0692871d360cbad71a6 (diff) |
- new option ADDRESSES_PORT
Notes
Notes:
svn path=/head/; revision=121546
Diffstat (limited to 'mail/gnumail')
-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 b4b9d99676c5..6cc1aa39ae7b 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -15,9 +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 +BUILD_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} -RUN_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/mail/addresses +RUN_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT} PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes @@ -33,5 +33,6 @@ ALL_TARGET= .include <bsd.port.pre.mk> PANTOMIME_PORT?= mail/pantomime +ADDRESSES_PORT?= mail/addresses .include <bsd.port.post.mk> |