diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-18 21:28:13 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-18 21:28:13 +0000 |
commit | 18833608698957a911d8284843e5c7c3e95bb100 (patch) | |
tree | 9365f9a156814fdf6d6be529e131da2174d541a7 /misc | |
parent | 38ec65ad7ec6172e8aea059cdbae3e2355191b86 (diff) | |
download | ports-18833608698957a911d8284843e5c7c3e95bb100.tar.gz ports-18833608698957a911d8284843e5c7c3e95bb100.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 54756e1c1c0b..5d9295f5e8d0 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -35,6 +35,10 @@ BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} \ -p ${TET_ROOT} -o ${CATEGORIES}/${PORTNAME} +.if !defined(TET_ROOT) +IGNORE= Requires TET_ROOT be set for build +.endif + do-extract: .if !defined(TET_ROOT) @${ECHO_MSG} |