filesystems/fuse-svnfs: LDFLAGS.DragonFly+= -lsvn_subr-1
This commit is contained in:
parent
46a4f32a52
commit
2987622d29
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/04/27 12:31:47 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2012/08/17 12:53:19 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= svnfs-0.4
|
||||
|
@ -17,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= perl
|
||||
|
||||
LDFLAGS.DragonFly+= -lsvn_subr-1
|
||||
|
||||
REPLACE_PERL= svn-config.pl
|
||||
|
||||
SUBST_CLASSES+= svn
|
||||
|
|
Loading…
Reference in a new issue