diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /games/dangerdeep | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) |
Notes
Diffstat (limited to 'games/dangerdeep')
-rw-r--r-- | games/dangerdeep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index 137d5ad70c4a..c287d23cb49b 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -7,7 +7,7 @@ PORTNAME= dangerdeep PORTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/danger_from_the_deep-src/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Open source World War II German submarine simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ execinfo.1:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/maps/default.xml:${PORTSDIR}/games/dangerdeep-data |