diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /games/uqm | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) |
Notes
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/uqm/Makefile b/games/uqm/Makefile index c5b728fcaaff..ae52975a7bc4 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -14,7 +14,7 @@ PORTNAME= uqm PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/sc2/UQM/${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm @@ -52,7 +52,7 @@ PLIST_SUB+= MUSICADDON="@comment " .endif .ifdef(WITH_OPENAL) -LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal +USE_OPENAL= al .endif post-extract: |