diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /games/alephone | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) | |
download | freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.gz freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.zst freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.zip |
Chase the shared library version of speex, bump the PORTREVISION.
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 6555dd23efe1..6eeef5f590ff 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -7,7 +7,7 @@ PORTNAME= alephone PORTVERSION= 20061202 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= marathon @@ -17,7 +17,7 @@ MAINTAINER= ray@cultofray.net COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost -LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex +LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex USE_BZIP2= yes USE_X_PREFIX= yes |