diff options
author | lofi <lofi@FreeBSD.org> | 2004-01-01 14:32:34 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-01-01 14:32:34 +0000 |
commit | 3214d83a9d9d7d0f218ecd6f1647f419cb6b947c (patch) | |
tree | e227d8352da96f8c1a92bf079258f475df8c802f /graphics | |
parent | dab320d70dd5d1d0a29ce1752fe15d8e24316b62 (diff) | |
download | FreeBSD-ports-3214d83a9d9d7d0f218ecd6f1647f419cb6b947c.zip FreeBSD-ports-3214d83a9d9d7d0f218ecd6f1647f419cb6b947c.tar.gz |
Add libglut dependency.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 07c5792..06d5611 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE3 integrated X11 desktop +LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} KDE_BUILD_PLIST=yes diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 07c5792..06d5611 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE3 integrated X11 desktop +LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} KDE_BUILD_PLIST=yes |