aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-22 22:48:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-22 22:48:40 +0000
commitbdb72f40e1ce1863242a4d77ee1942356a8d133a (patch)
tree14d07fd36a8e8736b121e6127b9767102ebc854c /net
parentee3faf409b37ae74dbbbedcb37a186d394e09a20 (diff)
- Add CONFIGURE_TARGET to silence configure's warning
Notes
Notes: svn path=/head/; revision=98846
Diffstat (limited to 'net')
-rw-r--r--net/libdnet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 2b9c59add253..c1c0cb304fd1 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A simple interface to low level networking routines
GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>