diff options
Diffstat (limited to 'games/quantumminigolf/Makefile')
-rw-r--r-- | games/quantumminigolf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quantumminigolf/Makefile b/games/quantumminigolf/Makefile index a9e608caca45..9e3e913f210c 100644 --- a/games/quantumminigolf/Makefile +++ b/games/quantumminigolf/Makefile @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Computer game visualizing quantum mechanics -LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libfftw3.so:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ + libfftw3.so:math/fftw3 USES= gmake compiler:env USE_SDL= sdl ttf |