aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-23 06:48:40 +0800
committerkrion <krion@FreeBSD.org>2004-01-23 06:48:40 +0800
commit38ba9d61959b98eb09f98a907216d70cdf81680d (patch)
tree3e20856ae4ddfb2504ce598413251b2e824e2097 /net
parent0120f2176e8cd1c526a8c322924a132bec55615c (diff)
downloadfreebsd-ports-gnome-38ba9d61959b98eb09f98a907216d70cdf81680d.tar.gz
freebsd-ports-gnome-38ba9d61959b98eb09f98a907216d70cdf81680d.tar.zst
freebsd-ports-gnome-38ba9d61959b98eb09f98a907216d70cdf81680d.zip
- Add CONFIGURE_TARGET to silence configure's warning
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>