diff options
author | kris <kris@FreeBSD.org> | 2000-02-27 18:41:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-27 18:41:56 +0800 |
commit | 044e01231d50ae59cf38d56a3064bce11c73222c (patch) | |
tree | 92fc4ff1688f88353501f91c99b534286f374aea /mail/smail | |
parent | 34e2be086c3920698143b642a1c38e77a33552fd (diff) | |
download | freebsd-ports-gnome-044e01231d50ae59cf38d56a3064bce11c73222c.tar.gz freebsd-ports-gnome-044e01231d50ae59cf38d56a3064bce11c73222c.tar.zst freebsd-ports-gnome-044e01231d50ae59cf38d56a3064bce11c73222c.zip |
Portlint.
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 |