diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 16:36:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 16:36:22 +0000 |
commit | 4bdd97e324f080038787d28239a2dc8303f24322 (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /games/dangerdeep/Makefile | |
parent | 86df2db56e9c46fe902220afa074fb5a57c13424 (diff) |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes
Notes:
svn path=/head/; revision=366788
Diffstat (limited to 'games/dangerdeep/Makefile')
-rw-r--r-- | games/dangerdeep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index cf25ac899f21..5c983c39ef76 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -3,7 +3,7 @@ PORTNAME= dangerdeep PORTVERSION= 0.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/danger_from_the_deep-src/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} |