devel/py-pysvn: Fix DragonFly

DragonFly no longer has libresolv, it's part of libc.
This commit is contained in:
marino 2011-12-08 20:45:42 +00:00
parent aa18b90f3d
commit bfbfb543b4

View file

@ -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: