diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:09:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:09:16 +0000 |
commit | 501bee24243998456898c7d21e123a1d89b0dc76 (patch) | |
tree | 1483bafe1c85a3030db931581f9199af014f4baf /devel | |
parent | 76e77890cef2a057881847175c128ce5f8a49ab1 (diff) | |
download | ports-501bee24243998456898c7d21e123a1d89b0dc76.tar.gz ports-501bee24243998456898c7d21e123a1d89b0dc76.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/tide/Makefile b/devel/tide/Makefile index c3c7e35f2058..3391f295fc0b 100644 --- a/devel/tide/Makefile +++ b/devel/tide/Makefile @@ -17,6 +17,8 @@ COMMENT= A collection of classes for the T3X language BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Changes ownership of installed files + ONLY_FOR_ARCHS= i386 MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 |