diff options
Diffstat (limited to 'games/motogt')
-rw-r--r-- | games/motogt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/motogt/Makefile b/games/motogt/Makefile index 729ab75aab83..9b08718740d7 100644 --- a/games/motogt/Makefile +++ b/games/motogt/Makefile @@ -11,8 +11,8 @@ DISTNAME= MotoGT-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D top-viewed motorcycle racing game -LIB_DEPENDS= libsfml1-system.so:${PORTSDIR}/devel/sfml1 \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libsfml1-system.so:devel/sfml1 \ + libpng.so:graphics/png LICENSE= GPLv2 CCbySA LICENSE_COMB= multi |