diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 00:02:09 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 00:02:09 +0000 |
commit | b44f85724f82e1536f301489238f19314762b0b0 (patch) | |
tree | 8a44242cc6e6380e8959b8fb205032efb0055d53 /net/iet | |
parent | dbafee0ac61e8be4a9f3c49f197374af810a1960 (diff) | |
download | ports-b44f85724f82e1536f301489238f19314762b0b0.tar.gz ports-b44f85724f82e1536f301489238f19314762b0b0.zip |
Notes
Diffstat (limited to 'net/iet')
-rw-r--r-- | net/iet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iet/Makefile b/net/iet/Makefile index 21a25fe0c21e..9e3efd0ed759 100644 --- a/net/iet/Makefile +++ b/net/iet/Makefile @@ -37,12 +37,12 @@ MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys" IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow +.include <bsd.port.pre.mk> + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources to build .endif -.include <bsd.port.pre.mk> - .if ${OSVERSION} < 800107 BROKEN= requires 8.0-RELEASE or higher .endif |