diff options
Diffstat (limited to 'graphics/xmms-paranormal/Makefile')
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 01604c19f1e0..a7192424b1a7 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= paranormal @@ -16,7 +16,8 @@ DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ + glut.4:${PORTSDIR}/graphics/libglut BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -27,7 +28,6 @@ USE_SDL= sdl INSTALLS_SHLIB= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_MESA= yes USE_X_PREFIX= yes USE_REINPLACE= yes |