summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-09-04 22:01:32 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-09-04 22:01:32 +0000
commitcfdf3ed301a3133793dd9e528a0112744d11e6e8 (patch)
tree1ba16f5cc42d2dcd4fb6511e519234b12452454e /comms
parentUpdate to 1.4.8. (diff)
We only need the kernel source if we compile the port.
This allows the OpenH323 port to fetch the source, patch it and copy out the required header files.
Notes
Notes: svn path=/head/; revision=65623
Diffstat (limited to 'comms')
-rw-r--r--comms/ixj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile
index 37954a7a5cf6..8d6da28b7f19 100644
--- a/comms/ixj/Makefile
+++ b/comms/ixj/Makefile
@@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/ixj_freebsd
MAKEFILE= Makefile.BSD
-pre-fetch:
+pre-build:
.if !exists(${SRC_BASE}/sys/Makefile)
@${ECHO} "*************************************************"; \
${ECHO} "This port requires the kernel source be available"; \