aboutsummaryrefslogtreecommitdiff
path: root/graphics/reallyslick
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-25 19:15:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-25 19:15:18 +0000
commit14ac881764759575af0262836b114bc66a99657e (patch)
treea7e7d123112721b2a5babd136cee15a4432f25e5 /graphics/reallyslick
parente935b9c75650d661139f3fc8612780c824d7ce74 (diff)
downloadports-14ac881764759575af0262836b114bc66a99657e.tar.gz
ports-14ac881764759575af0262836b114bc66a99657e.zip
Notes
Diffstat (limited to 'graphics/reallyslick')
-rw-r--r--graphics/reallyslick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile
index 70cfe5026fa5..eceb6372afe6 100644
--- a/graphics/reallyslick/Makefile
+++ b/graphics/reallyslick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= reallyslick
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
DISTNAME= rss-glx_${PORTVERSION}
@@ -39,7 +40,7 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if defined(WITH_FREEALUT)
-LIB_DEPENDS+= alut.1:${PORTSDIR}/audio/freealut
+USE_OPENAL= alut
.else
CONFIGURE_ARGS+= --disable-sound
.endif