diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-19 08:33:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-19 08:33:17 +0000 |
commit | c48e0719676e59b2bd91996c663b25221e77c5a4 (patch) | |
tree | 214243824053fdbee2da9d746cdefa28a355c264 /graphics/view3ds | |
parent | 5797cf9a4701913a03fc974c5c576dbee13618ee (diff) |
- Add missed lib3ds dependency;
- mark as BORKEN - it seems that current QT22 port doesn't install Qgl module
this port depends on (it seems that I have a previous version of QT22 port
installed with Qgl).
Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
Notes
Notes:
svn path=/head/; revision=37321
Diffstat (limited to 'graphics/view3ds')
-rw-r--r-- | graphics/view3ds/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index 1080bbd945d4..10858bcb44b1 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -13,6 +13,10 @@ MASTER_SITE_SUBDIR= lib3ds MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= 3ds.0:${PORTSDIR}/graphics/lib3ds + +BROKEN= Currently QT2 port doesn't compile Qgl module :(. Please flame Will Andrews <will@FreeBSD.org> + USE_X_PREFIX= yes USE_QT2= yes USE_MESA= yes |