diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-21 22:20:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-21 22:20:31 +0000 |
commit | 75bc76f6ee99d84d7bab0173cd379140b118251a (patch) | |
tree | d3421bcc7e1219086e791ec35092f6c2e69f94e0 | |
parent | BROKEN on 4.x: does not compile (diff) |
Bento fix for p3scan
PR: ports/63177
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: edwin@mavetju.org
Notes
Notes:
svn path=/head/; revision=101619
-rw-r--r-- | mail/p3scan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile index ba34feca65be..a513f0e48203 100644 --- a/mail/p3scan/Makefile +++ b/mail/p3scan/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes USE_GETOPT_LONG=yes -MAKE_ENV= _LDFLAGS="${LDFLAGS}" GMAKE=${GMAKE} +MAKE_ENV= _LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" GMAKE=${GMAKE} SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd OPTIONS= UVSCAN "Use UVSCAN" on |