diff options
author | sat <sat@FreeBSD.org> | 2006-08-28 23:38:18 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-28 23:38:18 +0800 |
commit | e98cd8c79229d6f48436ef7764c2b32f6b85a912 (patch) | |
tree | ced28ec682b3722281922b5afbf0f551a4fd2e13 /graphics/libgfx | |
parent | e60e293406768bf144c2cfa71c26ff9be2db0900 (diff) | |
download | freebsd-ports-gnome-e98cd8c79229d6f48436ef7764c2b32f6b85a912.tar.gz freebsd-ports-gnome-e98cd8c79229d6f48436ef7764c2b32f6b85a912.tar.zst freebsd-ports-gnome-e98cd8c79229d6f48436ef7764c2b32f6b85a912.zip |
- Fix comment
- Add "more sleep" to my todo list
Diffstat (limited to 'graphics/libgfx')
-rw-r--r-- | graphics/libgfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index 54675ed7fa4a..85f0d4468c01 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://graphics.cs.uiuc.edu/~garland/dist/ CSME MAINTAINER= infofarmer@FreeBSD.org -COMMENT= Generates three-dimensional coherent noise +COMMENT= OpenGL/FLTK development LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ tiff.4:${PORTSDIR}/graphics/tiff \ |