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/apricots | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) |
Notes
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: |