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/gnumail | |
parent | 37fd5e05d48d8f3c9407ee136b55cf0d3f1cb103 (diff) | |
download | ports-ee9cac369aea5400f879d4bae0590ad7738380f9.tar.gz ports-ee9cac369aea5400f879d4bae0590ad7738380f9.zip |
Notes
Diffstat (limited to 'mail/gnumail')
-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 |