diff options
Diffstat (limited to 'games/apricots')
-rw-r--r-- | games/apricots/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/apricots/Makefile b/games/apricots/Makefile index c23c550b953a..1f9c9f5902de 100644 --- a/games/apricots/Makefile +++ b/games/apricots/Makefile @@ -7,7 +7,7 @@ PORTNAME= apricots PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.fishies.org.uk/ \ http://mirror.amdmi3.ru/distfiles/ @@ -37,8 +37,7 @@ OPTIONS= OPENAL "Enable OpenAL audio" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_OPENAL) -LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut +USE_OPENAL= al alut .endif post-patch: |