diff options
author | roger <roger@FreeBSD.org> | 2002-09-05 06:01:32 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-09-05 06:01:32 +0800 |
commit | 50daef791cf10e0286529ecb20a0488e6c0708d6 (patch) | |
tree | a7ca931463518040d80ab6a406958d9fbbbb7844 /comms | |
parent | 73490b3b67539ed8a5207e679925145c9e4ea0e3 (diff) | |
download | freebsd-ports-graphics-50daef791cf10e0286529ecb20a0488e6c0708d6.tar.gz freebsd-ports-graphics-50daef791cf10e0286529ecb20a0488e6c0708d6.tar.zst freebsd-ports-graphics-50daef791cf10e0286529ecb20a0488e6c0708d6.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.
Diffstat (limited to 'comms')
-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 37954a7a5cf..8d6da28b7f1 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"; \ |