diff options
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r-- | games/xpuyopuyo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 7a5e658b836b..28e842a69724 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= MIKMOD ROTATE_FIXED AIBREED ROTATE_FIXED_DESC= Fix position of one blob during rotation AIBREED_DESC= Allow AI breeding -MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod +MIKMOD_LIB_DEPENDS= libmikmod.so:audio/libmikmod MIKMOD_CONFIGURE_ON= --with-libmikmod-prefix=${LOCALBASE} ROTATE_FIXED_CONFIGURE_ENABLE= rotate-fixed |