diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 08:42:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 08:42:04 +0000 |
commit | f0f39a69abc7ec87330526138cee5a9a46248f13 (patch) | |
tree | eacf3b780f7ec83b70dec84f7629f3f3f49f845b /net/arping | |
parent | 625c60fd085577449eecd1310f6e730377d11ce0 (diff) | |
download | pkgsrc-f0f39a69abc7ec87330526138cee5a9a46248f13.tar.gz |
${LOCALBASE} should not be used for CPPFLAGS, ${BUILDLINK_PREFIX.libnet11}
instead.
Diffstat (limited to 'net/arping')
-rw-r--r-- | net/arping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index 961d18214cf..e8511c4d61c 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/12/03 16:19:24 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/12/09 08:42:04 obache Exp $ # DISTNAME= arping-2.08 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir LIBS+= -lnet -lpcap LIBS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 -CPPFLAGS+= -I${LOCALBASE}/include/libnet11 +CPPFLAGS+= -I${BUILDLINK_PREFIX.libnet11}/include/libnet11 do-build: ${CC} -o ${WRKSRC}/arping ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \ |