diff options
Diffstat (limited to 'games/quadra/Makefile')
-rw-r--r-- | games/quadra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index 81a5a8af9c99..46e40e8950dc 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \ MAINTAINER= kbrandt@sdf-eu.org COMMENT= Tetris like game with multiplayer support -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= autoreconf gmake localbase tar:bzip2 USE_SDL= sdl |