diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
commit | bc1a4978064ef5def2f82eb88fcaff7cc7212cbe (patch) | |
tree | 6d40b50f9d5c736169946f48d2b128c1031b7de4 /games/alephone | |
parent | aaebf793ba41e2f23d3a5c636b1381c7c39dd560 (diff) | |
download | freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.gz freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.zst freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.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 |