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 /graphics/xmms-dancingparticles | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'graphics/xmms-dancingparticles')
-rw-r--r-- | graphics/xmms-dancingparticles/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile index fe00670cfe40..5c5bcc0367a1 100644 --- a/graphics/xmms-dancingparticles/Makefile +++ b/graphics/xmms-dancingparticles/Makefile @@ -7,7 +7,7 @@ PORTNAME= dancingparticles PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://tardyp.free.fr/dancingparticles/ PKGNAMEPREFIX= xmms- @@ -18,10 +18,9 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Makes particles dance with very pretty neon colors LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - glut.4:${PORTSDIR}/graphics/libglut \ xmms.4:${PORTSDIR}/multimedia/xmms -USE_GL= yes +USE_GL= glut USE_GNOME= gtk12 USE_SDL= sdl CFLAGS+= -I${PREFIX}/include |