diff options
author | marino <marino@pkgsrc.org> | 2012-08-17 12:53:19 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-17 12:53:19 +0000 |
commit | c9036ba791798b12460bfba9846debdb40603ada (patch) | |
tree | 273a4ce1a108cfb3e23cbff6e209ca0f6dfa2141 /filesystems | |
parent | a864917129cf4b18a3465759ac4cbba5dd9082f9 (diff) | |
download | pkgsrc-c9036ba791798b12460bfba9846debdb40603ada.tar.gz |
filesystems/fuse-svnfs: LDFLAGS.DragonFly+= -lsvn_subr-1
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-svnfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/filesystems/fuse-svnfs/Makefile b/filesystems/fuse-svnfs/Makefile index aef0a2e0442..2ddcb941cc8 100644 --- a/filesystems/fuse-svnfs/Makefile +++ b/filesystems/fuse-svnfs/Makefile @@ -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 |