devel/py-pysvn: Fix DragonFly
DragonFly no longer has libresolv, it's part of libc.
This commit is contained in:
parent
aa18b90f3d
commit
bfbfb543b4
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/12/02 07:13:49 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/12/08 20:45:42 marino Exp $
|
||||
#
|
||||
|
||||
VERS= 1.7.2
|
||||
|
@ -28,6 +28,12 @@ TESTDIR= Tests
|
|||
|
||||
BUILD_DIRS= ${PSVNSRC}
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "DragonFly"
|
||||
BUILDLINK_TRANSFORM+= rm:-lresolv
|
||||
.endif
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
do-configure:
|
||||
|
|
Loading…
Reference in a new issue