diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-09-04 22:01:32 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-09-04 22:01:32 +0000 |
commit | cfdf3ed301a3133793dd9e528a0112744d11e6e8 (patch) | |
tree | 1ba16f5cc42d2dcd4fb6511e519234b12452454e /comms/ixj | |
parent | f174d48cb08e8d37370fdc8068f64d02d74bfa68 (diff) | |
download | ports-cfdf3ed301a3133793dd9e528a0112744d11e6e8.tar.gz ports-cfdf3ed301a3133793dd9e528a0112744d11e6e8.zip |
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/ixj')
-rw-r--r-- | comms/ixj/Makefile | 2 |
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"; \ |