diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /x11-fm | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/tdfsb/Makefile | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 8a6b63d008fd..e9f524c9bb1a 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -6,7 +6,7 @@ PORTNAME= rox-filer PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox DISTNAME= rox-filer-${PORTVERSION} diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index fa0614596ad1..14bdd7867952 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -7,17 +7,16 @@ PORTNAME= tdfsb PORTVERSION= 0.0.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fm MASTER_SITES= http://www.determinate.net/webdata/data/ MAINTAINER= alepulver@FreeBSD.org COMMENT= A 3D filesystem browser -LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg \ - glut.4:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg -USE_GL= yes +USE_GL= glut USE_SDL= image sdl PLIST_FILES= bin/${PORTNAME} |