diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/xmms-paranormal | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) | |
download | ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.tar.gz ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.zip |
Notes
Diffstat (limited to 'graphics/xmms-paranormal')
-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 |