diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 19:20:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 19:20:40 +0000 |
commit | b8138b3c53da7bbcb8cee97aeed72ec17020ab7e (patch) | |
tree | 409f61874ec5eee3940ec81e0642eb38b9b9b1af /security/aimsniff | |
parent | 3b1b0356100e15ee3d588511c793b8399997bcff (diff) |
- Fix build with new site_perl
Submitted by: ohauer@
Notes
Notes:
svn path=/head/; revision=320718
Diffstat (limited to 'security/aimsniff')
-rw-r--r-- | security/aimsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile index a359f1696f04..741a23c96085 100644 --- a/security/aimsniff/Makefile +++ b/security/aimsniff/Makefile @@ -29,7 +29,7 @@ PLIST_FILES= bin/aimsniff .include <bsd.port.options.mk> -.if !exists(${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/GDBM_File.pm) +.if !exists(${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/GDBM_File.pm) #IGNORE= You need perl compiled with GDBM support .endif |