diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-27 10:41:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-27 10:41:56 +0000 |
commit | 2ae7086a8e87a5d38c13102a0c54a137ac0b883b (patch) | |
tree | d8b9a9ff434a88e0e358810d86dc084d5d524431 /mail/smail | |
parent | 092180e7ea12f9331338eb74f3067b8884852bea (diff) | |
download | ports-2ae7086a8e87a5d38c13102a0c54a137ac0b883b.tar.gz ports-2ae7086a8e87a5d38c13102a0c54a137ac0b883b.zip |
Notes
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index bd9d2dd51fa5..05ea8b538af9 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ MAINTAINER= torstenb@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident +BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif |