diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-24 18:55:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-24 18:55:58 +0000 |
commit | ee9cac369aea5400f879d4bae0590ad7738380f9 (patch) | |
tree | d96f68f9576ed892735be946212a3c08d284c39f /mail | |
parent | upgrade to 0.2.19 (diff) |
- Catch up implicit dependency of ffcall
Notes
Notes:
svn path=/head/; revision=73944
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnumail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index b251e03045f7..87990c6b181a 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -16,8 +16,9 @@ DISTNAME= GNUMail-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back -RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/mail/pantomime +RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/mail/pantomime PREFIX= ${LOCALBASE}/GNUstep |