diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-19 16:33:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-19 16:33:17 +0800 |
commit | e3d604c21d504a1c0569d51da92281f6f6a3752a (patch) | |
tree | 4cc418219bd6cd335c24696f8415609f63ba04e4 /graphics/view3ds | |
parent | 23f5441f8dd8db74596288034bfefee5703f752f (diff) | |
download | freebsd-ports-gnome-e3d604c21d504a1c0569d51da92281f6f6a3752a.tar.gz freebsd-ports-gnome-e3d604c21d504a1c0569d51da92281f6f6a3752a.tar.zst freebsd-ports-gnome-e3d604c21d504a1c0569d51da92281f6f6a3752a.zip |
- 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/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 |