diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-19 08:33:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-19 08:33:17 +0000 |
commit | e3d604c21d504a1c0569d51da92281f6f6a3752a (patch) | |
tree | 4cc418219bd6cd335c24696f8415609f63ba04e4 /graphics | |
parent | 23f5441f8dd8db74596288034bfefee5703f752f (diff) | |
download | FreeBSD-ports-e3d604c21d504a1c0569d51da92281f6f6a3752a.zip FreeBSD-ports-e3d604c21d504a1c0569d51da92281f6f6a3752a.tar.gz |
- 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>
Diffstat (limited to 'graphics')
-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 1080bbd..10858bc 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 |